Top 20 NuGet entity-framework-core Packages

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more **IMPORTANT** - For EF Core 8.x, use the latest EF Plus v8.x version - For EF Core 7.x, use the latest EF Plus v7.x version - For EF Core 6.x,...
Microsoft.EntityFrameworkCore Extension Methods Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more! Example: https://do...
Pomelo's MySQL database provider for Entity Framework Core.
PostgreSQL/Npgsql provider for Entity Framework Core.
NodaTime support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
Naming Conventions for Entity Framework Core Tables and Columns.
MySQL provider for Entity Framework Core
Supports events for entity inserting, inserted, updating, updated, deleting, and deleted. Also events on insert failure, update failure, and delete failure.
The `[IndexColumn]` attribute that is the revival of `[Index]` attribute for EF Core. (with extension for model building.) This package also provides [PrimaryKey] attribute.
OneLine is an abstraction standardized redefined framework.
Entity Framework Core Tools for the .NET Command-Line Interface. Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update
Allows to execute Linq to DB (linq2db) queries in Entity Framework Core DbContext.
dotConnect for PostgreSQL is an enhanced database connectivity solution built over ADO.NET architecture and a development framework with advanced support for ORMs, such as Entity Framework and EF Core, and offers a complete solution for developing database-related applications and web sites. It intr...
A library which is able to decompile a delegate or a method body to its lambda representation
dotConnect for SQLite is an enhanced database connectivity solution built over ADO.NET architecture and a development framework with advanced support for OR/M solutions, such as Entity Framework and EF Core, and offers a complete solution for developing database-related applications and web sites. I...
NetTopologySuite support for Pomelo's MySQL provider for Entity Framework Core.
PostgreSQL/Npgsql provider for Entity Framework Core.
Allows customization of classes reverse engineered from an existing database using the Entity Framework Core toolchain with Handlebars templates.
Adds basic support for "Upsert" operations to EF Core. Uses `INSERT … ON CONFLICT DO UPDATE` in PostgreSQL/Sqlite, `MERGE` in SqlServer and `INSERT INTO … ON DUPLICATE KEY UPDATE` in MySQL. Also supports injecting sql command generators to add support for other providers