Top 20 NuGet ado.net Packages

Extension methods for the ADO.NET IDataRecord class.
CqlSharp is a high performance, asynchronous Cassandra CQL binary protocol client implementing the ADO.NET data provider interfaces. It's main features are: * The API implements the ADO.NET interfaces. If you are familiar with SqlConnection, SqlCommand, and SqlReader, you should be able...
DataBooster is a high-performance extension to ADO.NET Data Provider, includes a light encapsulation to minimize your DAL code and a booster to maximize throughput for writing huge numbers of records to database. Please visit https://github.com/DataBooster/DataAccess for detail.
[FX4.0] Helps you using the legacy ADO.NET abstract factory classes in a very simple way. Please use AdoHelper class to begin. Any question: [email protected]
CrmAdo is an ADO.Net data provider for Dynamics Crm. It's goal is to make it easy for you to perform CRUD operations against Dynamics Crm. It exposes Dynamics to you as an ordinary ADO.Net data source that you can execute SQL commands against. It allows you to use the familiar ADO.Net classes to con...
EFMembership gives you Membership Provider for System.Security.Membership or WebMatrix. With supporting OAuthMembership for external login like (Facebook, Twitter, Yahoo, Google, ...). You can use your custom model class or Builtin exist models like my Default models or Microsoft membership style
Fast and flexible DB-independent data layer for .NET. Supports abstract queries (RelEx), SQL-dataviews, triggers and query hooks.
Vanessa Sharp - .Net library for data access to 1C:Enterprise. Supports standard software interfaces for data access. Vanessa Sharp contains 1C ADO.Net Provider and LinqTo1C (LINQ Provider).
vJine.Core is a lightweight ORM Framework which make you a quick start and easy use.
A wrapper for System.Data.Common and DbConnection that provides a simplified convenient API
The WebDbConnector is a .NET library used to create and maintain only an unique connection to the database per request in the Asp.Net web applications.
Sequelocity.NET is a simple data access library for the Microsoft .NET Framework providing lightweight ADO.NET wrapper, object mapper, and helper functions.
Convert DataTable to a list of object instances.
An independent implementation of an ADO.NET provider for SQLite.
Integration of Kerosene ORM 7.4.1 with Asp.Net Identity 2.2.1.
Simplified dataaccess layer with Enterprise Library's Sql Accessor Implementation. Please visit https://github.com/Hem/SimpleNet.Data for more information
使用mysql或oracle时须另外添加引用MySql.Data.dll或Oracle.DataAccess.dll(x64)
Create your data access layer the way you want to.
For people who like to work with Raw SqlConnection, command, readers this might be the best choice. It has cache support, can be customized and open source. enjoy