Sunday, January 9, 2011

MySQL DataAccess Layer with C#.Net

I have created a data-access layer for MySQL database in C#.Net.

- tested on MySQL database 5.1
- Dot Net Connector version 6.2.5
- Wrapper Parameter class to customize parameter handling
- Free and Open Source
- Sample Hello World Application

Download and Source Code Available at:
http://code.google.com/p/mysql-dataaccess/

Please feel free to extend it and use in your projects.

Sample Test Application

No comments:

Post a Comment