Richie

Sometimes at night when I look up at the stars, and see the whole sky just laid out there, don't you think I ain't remembering it all. I still got dreams like anybody else, and ever so often, I am thinking about how things might of been. And then, all of a sudden, I'm forty, fifty, sixty years old, you know?

随笔分类 -  Enterprise Library

Enterprise Library Data Access Application Block结构
摘要:Summary:如何入门使用Data Access Application Block,可以参考Enterprise Library 3.1中文帮助:数据访问应用程序块。这篇文章侧重在DAAB工作原理、代码结构上的一些注解。DAAB中抽象类Database提供了针对数据库操作的接口,从它派生出来的各个数据库类使用工厂方式创建。我们可以基于这个机制进行扩展,实现对其它数据库的支持,例如:Ent Li... 阅读全文

posted @ 2007-12-03 15:28 riccc 阅读(3393) 评论(2) 推荐(0)

Ent Lib 2.0 DAAB添加MySql扩展 MySql5.0.27+MySql .Net Connector 5.0.2beta
摘要:在Enterprise Library 2.0的Data Access Application Block里面添加MySql扩展 阅读全文

posted @ 2006-12-27 11:51 riccc 阅读(3733) 评论(5) 推荐(0)

导航