Top 20 NuGet ORM Packages

A WebApi REST module for the Nyan data service stack
Core module for the Nyan data service stack
A property convention which sets not nullable
A Redis cache module for the Nyan data service stack
A MySQL database module for the Nyan data service stack
An Oracle database module for the Nyan data service stack
A PostGreSQL database module for the Nyan data service stack
A SQL Compact database module for the Nyan data service stack
An SQLite database module for the Nyan data service stack
An SQL server adapter for the Nyan data service stack
Common generic repository interface implementation.
EFUOW GRSAM is a logical layer which provides access to your database via services using EntityFramework and AutoMapper.
Entity Framework 6 Fluent Repository pattern
NHibernate Search brings the power of full text search engines to the persistence domain model by combining NHibernate with the capabilities of the Lucene.Net search engine.
Provides Noda Time support for NHibernate.
Identity entity classes for NHibernate implementation of ASP Net Identity.
A library for managing the lifetime of Entity Framework Core DbContext instances. This package is based on the original DbContextScope repository by Mehdi El Gueddari, updated for .NET 6+ and EF Core, with a number of additional improvements and bug fixes.
When you call stored procedure with select and output parameters and you don't select on some conditions (for example, you're just returning an error code) — you get a mapping EntityCommandExecutionException. This package fixes this annoying behavior of EF by returning empty data set and letting you...