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 9.x, use the latest EF Plus v9.x version - For EF Core 8.x, use the latest EF Plus v8.x version - For EF Core 7.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 queries in Entity Framework Core DbContext.
dotConnect for PostgreSQL is a high-performance ORM enabled data provider for PostgreSQL that builds on ADO.NET technology. The provider works with .NET Frameworks 2.0+, .NET Core 1.0+, .NET 5+. It supports a wide range of PostgreSQL-specific features, such as secure SSL and SSH connections, Postg...
A library which is able to decompile a delegate or a method body to its lambda representation
dotConnect for SQLite is a high-performance ORM enabled data provider for SQLite that builds on ADO.NET technology. The provider works with .NET Frameworks 2.0+, .NET Core 1.0+, .NET 5+. It supports a wide range of SQLite-specific features, such as a variety of built-in encryption methods, includi...
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