Donate Share

Generic ADO.NET

Project News for Generic ADO.NET

  • Obsolete - replaced by "xqs-data"

    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/

    2006-01-06 02:00:37 UTC by versat1474

  • A whole new 'Gen' Data provider!!

    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.

    The DbContext works the same as the previous version. This version still allows direct usage of the classes derived from IDbTemplate, but the new way is much easier and more intuitive. The Gen classes call the appropriate methods in the IDbTemplate classes when necassary, so you don't have worry about it.

    A user documentation and article decribing usage is in the works. When done it should appear in the Documents page of this project site.

    2003-08-22 19:31:10 UTC by versat1474

  • Initial release

    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:

    http://sourceforge.net/projects/dbobjecter/

    This Generic ADO.NET project is a requirement of some of the templates in "Db Object-er"

    Michael Lang

    2003-08-05 17:58:57 UTC by versat1474