Top 20 NuGet poco Packages

A Tiny ORMish thing for your POCO's.
POCOs (Plain old CLR objects) Models for the CoreKraft framework
A MongoDB IUserAuthRepository to persist User registration and auth info in a NoSQL Mongo DB. Implements ServiceStack's built-in AuthProvider Model: https://docs.servicestack.net/authentication-and-authorization inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes out-of-t...
Dapper.FastCrud is built around essential features of the C# 6 / VB that have finally raised the simplicity of raw SQL constructs to acceptable maintenance levels. These features leave no chance to mistypings or problems arising from db entity refactorings. Visual Studio 2015 or later is recommend...
[.Net Standard 2.0] Provides functionality to flatten complex objects into EntityProperty dictionary and functionality to recompose original complex object from the flattened property dictionary. One usage is that the API allows writing any complex object with nested properties into Azure Table Stor...
.NET Standard 2.0 version of ServiceStack.OrmLite.Firebird
.NET Standard 2.0 version of ServiceStack.OrmLite.SqlServer.Data
Uses Microsoft.Data.SQLite. .NET Standard 2.0 version of ServiceStack.OrmLite.Sqlite that uses Microsoft.Data.SQLite
Load application settings into strong typed objects with two lines of code. Supports validation, nested objects, arrays, lists and dictionaries.
TrackerDog turns any .NET object or full object graph into a change-trackable object
PetaPoco is a tiny, single file .NET data access layer inspired by Massive that works with both non-dynamic POCO objects and dynamics. This package includes the just the core PetaPoco library (compiled) (ie: no T4 templates)
Translates Linq Expressions to SQL 'where' clause. Makes it safer to work with "Poco ORM-ish thing" (PetaPoco, AsyncPoco etc). Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc.
SqlServer provider for dotEntity
Sqlite Database Provider for dotEntity
MySql provider for dotEntity
Yet another simple and powerful micro ORM for .NET
AsyncPoco bindings for StaTypPocoQueries. It translates Linq Expressions to SQL 'where' clause. Makes it safer to work with AsyncPoco. Generates sql and parameters to be passed to Database class methods such as Query, Single, Delete etc.
Extends your POCO as a trackable object. (New, Modified, Deleted) Status
A lightweight generic entities cacheable repository using Dapper