Be a programmer

Live with passion....
  首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

The Provider Design Pattern and Data Access Component - IV

Posted on 2006-06-07 11:21  Programmer  阅读(533)  评论(0编辑  收藏  举报

Download

You can download the code from here: DataProvider.rar.

You'll get all the classes used before, including:

  • DataProviderBase.cs
  • ITransactionSupport.cs
  • SqlConnectionHolder.cs
  • SqlDataProviderBase.cs
  • SqlDataReaderHolder.cs

I'll write a real sample using the DataProviderBase/SqlDataProvideBase class ASAP. It implements some of the features of the Membership services in .net framework 2.0(System.Web.Security.Membership). Then you'll realize how convenient the DataProviderBase and SqlDataProvideBase classes are! :)