Top 20 NuGet efcore Packages

A set of useful extensions for EntityFrameworkCore (Enum Lookup Tables, Naming of tables / properties / keys, Pluralize).
JSON support using Newtonsoft.Json (JSON.NET) for Pomelo's MySQL provider for Entity Framework Core.
Triggers for EF Core. Respond to changes in your ApplicationDbContext before and after they are committed to the database
Provides the UnitOfWork pattern for Microsoft.EntityFrameworkCore.
Provides the Repository pattern for Microsoft.EntityFrameworkCore.
Provides the QueryBuilder pattern for Microsoft.EntityFrameworkCore.
Provides AutoHistory utilities for Microsoft.EntityFrameworkCore.
JSON support using System.Text.Json for Pomelo's MySQL provider for Entity Framework Core.
EFCore plugin for Mapster
The Loupe Agent for Entity Framework Core - automatically record performance and diagnostic information for EF Core data access. Download additional agent extensions for extended integration with different .NET Core subsystems and third party libraries.
EntityFramework Extensions
Easily perform temporal queries on your favourite database by using Entity Framework Core
Triggers for EF Core. Respond to changes in your ApplicationDbContext before and after they are committed to the database
Adds relational support to the Microsoft EntityFrameworkCore in-memory database provider by mocking relational operations. EntityFrameworkCore.Testing v1.x = EntityFrameworkCore 2 (2.1.0+) EntityFrameworkCore.Testing v2.x = EntityFrameworkCore 3 EntityFrameworkCore.Testing v3.x = EntityFrameworkCor...
Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API. Commonly Us...
Supports the use of Entity Framework Core. CSLA .NET provides a home for your business logic. It is an application development framework that reduces the cost of building and maintaining applications. The framework enables developers to build an object-oriented business layer for their application ...
Of Pine Wood Entity Framework Core common package.
Generate DGML (Graph) content that visualizes your DbContext. Adds the AsDgml() extension method to the DbContext class. Also has AsSqlScript() extension method to generate a SQL script for your current model.
Adds native NodaTime support for EntityFrameworkCore.
Extension for mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc. When writing tests for your application it is often desirable to avoid hitting the database. The extension allows you to achieve this by creating a context – with behavior defined by your tests – th...