Top 20 NuGet ef Packages

Entity Framework Seed Extension
Generic repository contracts
This is generic repository and unitOfWork pattern.
A Library for EntityFrameworkCore to support automatically recording data changes history (audit logging), soft-delete, and Snakecase naming convention functionality.
Generic Repository Pattern EFCore - Basic properties for the database model. An event to work with the database. An abstract EMEntity class has been added that does not require the implementation of the IEMEntity interface when inheriting. Общий шаблон репозитория EFCore - Основные свойства для моде...
A library that contains extensions for Microsoft.Extensions.Hosting.IHost for EF.
Entity Framework extensions for the Architect.Identities package. https://github.com/TheArchitectDev/Architect.Identities Release notes: 2.1.0: - The ConfigureDecimalIdTypes() extension method now truncates needless trailing zeros received from the database provider (`123.0` => `123`), as is the ...
Provides base implementations of an EF Core based repository (CRUD operations) and Unit of Work class.
Entity Framework Core for automatically adding check constraints in various scenarios.
Classes for working with EntityFramework
Manage your DbContexts the right way. The persistence or infrastructure layer uses the DbContext (e.g. from a repository). Controlling its scope and transaction lifetime, however, is ideally the reponsibility of the orchestrating layer (e.g. from an application service). This package adds that abil...
Infrastructure module for makeITeasy.Appframework
Allows SQL Server Compact 3.5 to be used with Entity Framework. Requires the SQL Server Compact 3.5 SP2 runtime to be installed.
Useful Types: Repository<T>
Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. Supported Provider: SQL Server, SQL Azure, PostgreSQL, SQL Compact, MySQL, and SQLite.
Adds the templates that EF uses to generate Code First models from a database so that code generation can be customized.
FSRepository provides a quick way of creating a repository in an F# project that uses EntityFramework code first for data access.
Entity Framework's Code First implementation of the Juanagui.Common.Repositories package's IRepository interface.
NecroNetToolkit is a set of tools that simplify and help with development of smaller projects based on ASP.NET MVC and Entity Framework.