Top 20 NuGet Database Packages

DbUnit is a small .NET library that aims to simplify database unit/integration tests.
Generic CQRS and Unit Of Work implementation
Light weight package to quickly and easily manage, load, update and save key-value type database
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 manner...
COM Excel API
This package you can use to encrypt and decrypt your database connection string. We are using public key and private key. See how to works the framework cript connection string in this article --> https://ecode10.com/artigo/3055/CriptConnectionString
Mayflower is a simple, forward-only, database migrator for SQL Server based on the migrator which Stack Overflow uses. This is a fork of [bretcope / Mayflower.NET](https://github.com/bretcope/Mayflower.NET) that allows to include in a migration another script (that contains a procedure or a trigger ...
Volante is a free, small, fast, object-oriented, NoSQL, embeddable database for .NET.
High-performance C# Bulk operations for SQL Server (starting from 2008) and Azure SQL Database. Supports Bulk Insert, Update, Delete & Merge. Uses SQLBulkCopy under the hood. Please leave a Github star if you find this project useful.
Run safe and effective ADO .NET SQL queries.
An implementation of MongoDb for DataLayer
An implementation of EntityFramework for DataLayer
An abstraction for Database access layer
orm;sql;micro-orm
Abstractions for Database driven localization provider.
Easy read and write in your DB Simple to use: only 2 lines of code to read and write in SqlServer table! DataManager DM = new DataManager("dbname", "catalog", "username", "password"); DataTable res = DM.getAllRecords("table to read"); Thats all! More here http://MagicDa...