Top 20 NuGet Packages depending on EntityFramework

Total dependencies: 4898

Data Dource Control That Uses DbContext as Storage, Overrides LinqDataSource
Templates for generating context, entities, entity configurations, repositories, and db migrations configuration from Entity Framework model (edmx).
Generic Repository and UnitOfWork Pattern implementation with base classes for Entity Framework
SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers buil...
NuGet Lib Test
Extensions for Entity Framework 6 migrations. Supports table and column descriptions, default values and always encrypted columns.
A super quick localDb testing framework for use with Entity Framework. It uses a localDB instance for the entire test run's life. Each test's execution is wrapped into transaction to avoid test interfering with each other. This means the cost of setting up the DB is only paid once. That is when th...
A Library for mocking EntityFramework contexts and replacing it with an in-memory store. Integrations with other frameworks can be found at: https://github.com/martinmilsom/MockEF
A Library for mocking EntityFramework contexts and replacing it with an in-memory store. Integrations with other frameworks can be found at: https://github.com/martinmilsom/MockEF
GeoJSON EntityFramework WKB converter
A SqlDependency framework which can be used with Entity Framework and SignalR for a rapid development environment.
Enums as database tables
Tools to help test with Entity Framework 6
Repository building blocks for Entity Framework
Data access part of Alya. Implementation of the Repository Pattern with IRepository and RepositoryBase. See GitHub for further details
In-memory mock for EntityFramework 6 DbContext
Generic repository and pattern "Unit of work" for Entity framework.