Top 20 NuGet Entity Framework Packages

Entity framework core composite primary key attribute
C# Money type compatible with EntityFrameworkCore
Tiny Identity using EF core
Provides extensions for working with entity framework. Adds the .IncludeEntities extension method to dynamically include other entities when using a repository pattern.
Entity framework 6.x migration provider for SQLite - This is a more extensible copy of https://www.nuget.org/packages/System.Data.SQLite.EF6.Migrations/ For more details see https://github.com/astaerk/sqliteef6migrations
EntityFramework.Triggers integration library for .NET Core Service Workers
EntityFrameworkCore.Rx integration library for .NET Core Service Workers
EntityFrameworkCore.Rx integration library for ASP.NET Core
With this little helper you can project in your LINQ Select() using expressions not written inside the LINQ query. This opens the door for expression reuse. This is a fork of the EFLinqExpressionProjecton project with added support for EF Core.
Package Description
Eastday.Zero.Resource.EntityFramework
Smartiks.Framework.Data.EntityFramework.Abstractions
Provides auto generated predicate ExpressionStarter<TEntity> through a filtering model, using LinqKit.Microsoft.EntityFrameworkCore
Typesafe Library to provide lightweight Temp Tables for EntityFramework
Enable Automatic Migrations for Entity Framework Core for SQL Databases without manual migration files. The package support following ways to apply/view-applied migrations: ### Context methods * Execute(TContext context); * Execute(TContext context, TMigrationsOptions options); * ExecuteAsync(T...
.NETStandard package to plug and play with unit of work pattern in EntityFrameworkCore. Instruction of uses: https://github.com/abuzaforfagun/GenericUnitOfWork Sample project: https://github.com/abuzaforfagun/GenericUnitOfWork/tree/master/GenericUnitOfWork.Sample
AltairCA.EntityFrameworkCore.PomeloMysql.Extensions is a Pomelo Mysql Extension that supports native MySQL AES encryption. Meaning this will support search query on encrypted columns. Well, this is good if you have GDPR compliance requirement.
Unit of Work pattern implementation
Adds async support to the NovaPagedList library for Entity Framework 6 users.
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException.