Top 20 NuGet Packages depending on EntityFramework

Total dependencies: 4898

A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command.
Use this to extend Entity Framework functionality to store changes in database. This is very useful for auditing purpose. It stores WHO changed WHAT and WHEN. It will let you choose which tables and columns you want to track with the help of attributes. NOTE: TO USE WITH ASP.NET MVC 5 IDENTIT...
A small utility library to extend Entity Framework contexts. See the project site for a complete list of functionality.
Extension for DbTest to use with Entity Framework 6
This component provides repository pattern helper which designed for Entity Framework.
Abstract repositories using Entity Framework.
My custom Identity framework solution.
Web project for MiniAbp, designed from Abp.
Entity Framework data provider implementation for the SenseNet.Security project.
Infrastructure for integrating the Holotrek's Core with the Entity Framework ORM.
Data Contracts for Composable Analytics
Configures standard Oracle uppercase naming conventions for Entity Framework DbContext
Wraps calls to EF Context in a using statement for easier disposing. This code can also help to isolate the use of Entity Framework in unit tests because it gives one more level of interface mocking before having to directly deal with EF in unit tests.
A generic WPF CrudControl implemented based on the MVVM pattern. The control abstracts both the UI and business logic to achieve a foundation for a complete CRUD operation implementation (Add, Edit, Delete, Listing with sorting, paging and searching).
Base interfaces for DataOnion. This is a separate, small package allowing DataOnion to be added to client projects without all the implementation dependencies. To contribute or for more information visit https://github.com/SSWConsulting/SSW.DataOnion2
Timple Model utilities for Entity Framework
Stop writing repetitive codes for defining state of entities. EntityGraphOperations for Entity Framework Code First automatically defines states of an entity graph.