Top 20 NuGet poco Packages

A simple, lightweight serialization facade for reading and writing INI files to and from plain-old csharp objects.
This project allows you to pass custom POCO's to it, and have it return an instance of the class populated with randomly generated but real-world looking data. This random data can be overridden by convention.
A simple, lightweight serialization facade for reading and writing CSV files to and from plain-old csharp objects.
SheetToObjects is a library which aims to provide developers with an easy solution to map sheets (Google Sheets, Microsoft Excel, csv) to a model/POCO.
.Net Core wrapper POCO's for Clarizen
T4 scripts to generate model classes compatibile with ACE ADO Cache Engine. To use it provide correct data base configuration in DbConfig.tt file and save changes - POCO files will be generated automatically.
MongoDB .NET driver conventions for common scenarios
A PostgreSql implementation of the Data.Dump engine for easy creation of data extractions based on any dataset or poco, with a low memory footprint.
1. if empty string convert to int or decimal,ignore the error and set int or decimal to defaut value; This project is clone from git://github.com/mganss/ExcelMapper,which Map POCOs to Excel files. And I have add the excel headers properties to the ExcelMapper because I need it in my project.
A Neo4j IUserAuthRepository to persist User registration and auth info in a Neo4j Graph DB. Implements ServiceStack's built-in AuthProvider Model: https://docs.servicestack.net/authentication-and-authorization inc. Twitter, Facebook, Basic, Digest, Credentials Aut...
A Neo4j IUserAuthRepository to persist User registration and auth info in a Neo4j Graph DB. Implements ServiceStack's built-in AuthProvider Model: https://docs.servicestack.net/authentication-and-authorization inc. Twitter, Facebook, Basic, Digest, Credentials Aut...
Extends PetaPoco.Repository to allow automatically setting the user who created/updated an entity as well as the date the entity was created/updated
MemCached Cache Manager useful for caching poco's with linq
Interface for enabling a class to expose his unique identity. Generally a primary key.
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schem...
Lightweight, low memory footprint and high performance library, The Inverted Software DataBlock helps creating objects and lists from stored procedures or queries output as well as updating records from models. Usage looks like: CRUDHelper.GetObjectList<Category>(() => new Category(), "GetCategories...
MicroLite is a .NET 4.5 library providing a small lightweight or "micro" object relational mapping (ORM) for the Microsoft .NET framework.
A .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with ASP.NET MVC.
A .NET 4.5 library which adds helper classes for unit testing against the MicroLite ORM Framework.
A .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with ASP.NET WebApi.