Be a programmer

Live with passion....
posts - 10, comments - 34, trackbacks - 2, articles - 0
   :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理

公告

The Provider Design Pattern and Data Access Component - IV

Posted on 2006-06-07 11:21 Programmer 阅读(286) 评论(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! :)