This project hasn't changed in a couple years. After a few more years of experience developing on the .NET platform, I designed a replacement. It is also hosted here on sourceforge.
You can find it here: https://sourceforge.net/projects/xqs-data
Michael Lang
http://www.xquisoft.com/
version 'Generic ADO.NET 2.0':
This version has gone as far as creating a new data provider with the prefix "Gen". It contains classes "GenConnection", "GenDataAdapter" and so forth as other providers contain. It can be used in a very similar manner as other data providers. The exception is that you must also pass a "DbContext" into the constructors. The DbContext is what defines the underlying data provider. ... read more
The first release is complete. A sample project is included for a general usage sample. Also the download zip file contains a MS Word document explaining the concepts. An HTML version of the document will also be added to the docs page of this project.
For use in the context of a real three tiered application, see sourceforge project "Db Object-er" at: