Top 20 NuGet efcore Packages

Database migration library for EF Core.
Utility class to create method in C# source code to generate some object
C# Money type compatible with EntityFrameworkCore
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.
Extensions to EF Core migrations builder.
Convention base Entity Framework Core Scaffolding
Simple client managed shared access control with timeout using sql server table row and optimistic concurrency
A very simple newsletter subscription service for ASP.NET Core, which provides functionality to manage and maintain a collection of contacts and newsletter subscribers.
DbContextScope for EF Core 3.x. Forked from https://github.com/mehdime/DbContextScope.
A HandmadeMapper extension to support Microsoft.Extensions.DependencyInjection.
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 ...
An useful EntityFrameworkCore interceptor to find long running queries against the database. Apart from using any profiler, it will log an error (or anything depending on the configuration) if the specified threshold exceeded.
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
A small library to separate your filtering logic from Data access layer.
Entity Framework Core support for Clinia.MultiTenant.
Extends EF Core to resolve connection strings from App.config