Introduction - If you have any usage issues, please Google them yourself
Simple Data Access in C#
I have implemented this class library during the development of several database-driven projects. Some of these projects utilized large amounts of data, and it was needed to implement a fast working and easy to use data access layer. I will not describe my reasons why to not use typed DataSets, NHibernate, DLINQ, or something similar (but if you are interested, here I ve described some of them). I think that if you are reading this article you have your own ones.