AdoManager is a .NET project for managing SQL Connection Strings and Ado.NET executions.
Read connection strings from setting file as normal or encrypted mode, automatically.
Share connections in environs of all projects as static.
You can use Dapper ORM in DataAccessObject....
More information
Data Access Library that simplifies data access to a Microsoft SQL server. Wraps SqlConnection the SqlCommand into a series of objects and methods that provide more straightforward usage.
GetObjects<T>()/GetObject<T>() provides functionality to fill an object via reflection in a lightweight...
More information
Extend your IDbConnection with high-performance bulk operations
Features: Bulk Insert, Bulk Delete, Bulk Update, Bulk Merge, and more!
Support: SQL Server.
All features its free.
The SqlServerDB_dotNET Class Library is a high level wrapper around the SQLServer.
The library is currently compiled at .Net 4.0 so it should work with any application running .Net 4.0 and above.
Data Access Library that simplifies data access to a Microsoft SQL server. Wraps SqlConnection the SqlCommand into a series of objects and methods that provide more straightforward usage. GetObjects<T>()/GetObject<T>() provides functionality to fill an object via reflection in a lightweight...
More information