Top 20 NuGet ORM Packages

Fast and extendible C# 8 alternative to Dapper data access built for .NET Core 3 era.
Provides extensions for working with entity framework. Adds the .IncludeEntities extension method to dynamically include other entities when using a repository pattern.
Roscoe is a strongly-typed fluent interface for Postgres
NHibernate List, Bag and Set that implement IBindingList, INotifyCollectionChanged or both
MVC functional tests with a fixture pattern for an Entity Framework Core database
Package Description
FORK - https://github.com/tmsmith/Dapper-Extensions. A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
AutoContext.EntityFrameworkCore is a lightweight extension of Entity Framework Core for entity to entity configuration mapping.
Lightweight wrapper around NpgsqlConnection object to facilitate simple PostgreSQL execution and data retrieval in .NET Core. This is not ORM! It is much better. If you you want to use sane data access, use this.
an orm desgined to map classes directly into a database, including support for creating views and executing a modified sql language that uses the class objects and translates them into a proper query.
ORM lib for oracle & .NET
Provider-agnostic ADO.NET helper utilities
Classes for NpgSQL driver
Intregration SQL Server database with repository pettern and also losely couple code.
Super performance Micro-ORM for SQL Server, with Zero (Learning Curve, Complexity, and Latency).
Web extentions module for makeITeasy.Appframework
Models for makeITeasy.Appframework 1.1.6 : Add ReadUncommitedQuery 1.1.5 : Add ICurrentDateProvider model
Classes for working with data access layer
Enable Automatic Migrations for Entity Framework Core for SQL Databases. How to use: MigrateDatabaseToLatestVersion.ExecuteAsync(context).Wait(); public class DbMigrationsOptions { public bool AutomaticMigrationDataLossAllowed { get; set; } = true; public bo...