Top 20 NuGet ORM Packages

This is a configuration package that links the DataAccess with AppBoot. The DataAccess provides an abstraction over a relational DB. The implementation is done with EF, which is well hiden from the clients.
A class convention which sets table
Repository Generator will generate an entire repository structure for you. All you need to supply a namespace which contains all your Entity Framework models and the RepositoryGenerator.tt will generate repositories for all your models, it will generate a generic repository providing you with basic ...
Provides fulltext query capabilities to NHibernate. Includes LINQ provider. See https://github.com/andrerav/NHibernate.FullText for how-to.
Unit of work and repository patternsfunctionality for Susanoo
A helpful library for configuring and managing NHibernate session factories and sessions
A query object pattern built on NHibernate.Sessions
An NHibernate implementation of the unit of work pattern
A reference convention which sets foreign key
A user type convention which sets custom type to ByteType
A helper class for getting a Quarks.FluentNHibernate.ITypeFilter for configuring NHibernate.Sessions
An IUserType for Nullable<TimeSpan>
An IUserType for IEnumerable<string>
A framework for defining relational data in code and populating a target database using NHibernate
NHibernate Search build against NHibernate 4.0.4.4000 and Lucene 3.0.3
Entity Framework-based persistence layer for Sitefinity Relying parties on IdentityServer3
Cocoon ORM is a simple .NET object-relational mapper alternative to Entity Framework or NHibernate. Cocoon ORM supports SQL Server, and SQL Azure.
This is a fork by Claudio Barca of original code Dapper.SimpleCRUD written by Eric Coffman. This patch was required to insert tables with primary key named as "Id" but NOT autoincrement value. Simple Get, GetList, Insert, Update, and Delete extensions for Dapper. Uses smart defaults for a...