Database Drivers not provided by Microsoft
Oracle
Oracle’s .NET center can be found here: https://www.oracle.com/technology/tech/dotnet/index.html
Oracle 64bit ODAC drivers can be found here: https://www.oracle.com/technology/software/tech/windows/odpnet/64-bit/index.html
Very helpful for Oracle development and integrates directing into Visual Studio. Oracle Developer Tools for Visual Studio .NET: https://www.oracle.com/technology/tech/dotnet/tools/index.html
Oracle ASP.NET Data Providers: https://www.oracle.com/technology/tech/dotnet/aspnet/
MySQL
MySQL ADO.NET Driver (Connector/NET): https://dev.mysql.com/downloads/connector/net/
Step by Step Guide for using MySQL with ASP.NET: https://www.15seconds.com/issue/050407.htm
MySQLRoleProvider: https://www.codeproject.com/aspnet/MySQLsuite.asp
SQLite 3
SQlite3 .NET Provider: https://sourceforge.net/projects/sqlite-dotnet2
SQLite ASP.NET Membership Provider: https://www.codeproject.com/useritems/SQLiteProviders.asp
SQLite 2007 Pro Enterprise Manager is a free GUI (Graphical User Interface) for working with SQLite database. I have used its predecessor and found it quite helpful. https://www.osenxpsuite.net/?xp=3
NHibernate
Sort of a repost but I wanted to group them together
NHibernate Data Layer Generation :https://sourceforge.net/projects/nhib-gen/
This project is hosted on SourceForge. This project requires CodeSmith to generate the code. The project generates, C# classes for the business layer, data layer, and DataSources. In addition, these templates will generate some based Insert, Update, Delete ASP.NET pages.
NHibernateDataSource: https://www.codeproject.com/useritems/NHibernateDataSource.asp
Share on
Twitter Facebook LinkedIn RedditLike what you read?
Please consider sponsoring this blog.