Top 20 NuGet Entity Framework Packages

Easily seed an Entity Framework context with data from CSV files
RIAServicesContrib.EntityFramework provides the DbDomainService<T> class which can be used to create Domain Service classes for use with a DbContext from the EntityFramework package. This package supports versions of EntityFramework starting with EF 6.0.1.
Provides the way to integrate Elmah with Microsoft ADO.NET Entity Framework
EFHooks simplifies the task of hooking code into EF Code First's extension points and separates concerns to make it easy to unit test your hooking code.
EntityFramework.Patterns provides different patterns to be used with Entity Framework >= 6.0 Implemented patterns are : - Generic Repository - Unit of Work - Repository Decorator - Auditable Entity - Archivable Entity - Cache
Diagnostics helper for EntityFramework based on MiniProfiler
An async/await enabled extension for https://github.com/kpi-ua/X.PagedList
EntityFramework SQL Server FullTextSearch
An async/await enabled extension for using EntityFramework IQueryables with https://github.com/TroyGoode/PagedList
Utility library for mocking and testing Entity Framework code.
DbContextScope for EF Core. Forked from https://github.com/mehdime/DbContextScope.
Jet/ACE database provider for Entity Framework Core (Microsoft Access MDB/ACCDB files).
Allows SQL Server Compact 3.5 SP2 to be used with Entity Framework Core. Requires the SQL Server Compact 3.5 SP2 runtime to be installed
A library that extends the functionality of Entity Framework by adding batch update, future queries and audit logs.
Entity Framework Core extension library.
Abp.Zero.EntityFrameworkCore
Fork of beyond-code-github/LinqToQuerystring from Roysvork, targeting .Net Core 2 / .Net Standard 2.0.
The library for EntityFramework based on Domain Driven Design pattern allows to maximize the scalability and flexibility for the complex applications. Providing the repository and factory design pattern for EntityFramework and EntityFrameworkCore. - Why should develop the Repository for...