A plugin for Microsoft.EntityFrameworkCore to support repository, unit of work patterns, multiple database with distributed transaction supported, and MySQL multiple databases/tables sharding supported.
A very simple .net core 3.1 library (lightweight, easy to use and customize) that supports bulk insert, bulk update, bulk delete and bulk merge database operations. Lambda Expression is also supported.
EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.
An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.
Entity Framework Core 2.1+ extension for the Microsoft `Scaffold-DbContext` database-first scaffolder that allows you to enable lazy-loading, pluralization, and override base classes for the generated DbContext and entities.