Top 20 NuGet entity-framework-core Packages

Superfast way to join a table with an object list
EntityFrameworkCore.Triggers integration library for ASP.NET Core
Provides extensions for working with entity framework. Adds the .IncludeEntities extension method to dynamically include other entities when using a repository pattern.
EntityFrameworkCore.Rx integration library for ASP.NET Core
Generic Repository Pattern and Unit Of Work for C# .Net Core
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
Entity Framework Core Automatic Migrations allows you to use code first migrations without having a code file in your project for each change you make. How to use: /// Migrations Options public class DbMigrationsOptions { /// <summary> /// Allow auto migration with data lost ...
Minimalist query engine executor used with Entity Framework Core + LINQ for quick experiments
ObjectDumper provider the minimalist Queryology Engine
Abstractions for extending and building the minimalist Queryology Engine
Extend EF Core to implement repository mode and unit work mode
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; } = true; public bo...
Shared test suite for Entity Framework Core relational database providers.
Shared test suite for Entity Framework Core database providers.
SQLite database provider for Entity Framework Core.
An Extention for Microsoft.EntityFrameworkCore to support automatically recording data changes history and some addentianal info such as ip,Os,and broswer agent it is also support soft-delete pattern