Skip to content
/ MicroORM Public
forked from ijrussell/MicroORM

Sample app showing Massive, Dapper.Net, Simple.Data and PetaPoco in action

License

Notifications You must be signed in to change notification settings

ciker/MicroORM

 
 

Repository files navigation

Introduction
============

This solution was prepared for a NxtGenUG (http://www.nxtgenug.net) session at Hereford (September 2011).  

It shows some of the capabilities of three of the most popular micro-ORMs;

	Massive by Rob Conery
	Dapper.Net by Stackoverflow
	Simple.Data by Mark Rendle

The examples are in no way exhaustive but do show the most common functionality required for Data Access.

Please feel free to modify and extend this code to your hearts content.

Installation
============

Install Chinook.sql (Sql Server 2005+) [Version 1.3]
Install Procedure.sql into the Chinook database.

Each project has a connection string that will probably need changing to reflect your installation.

Project Home Pages
==================

Chinook

Code: http://chinookdatabase.codeplex.com/

Massive

Code: https://github.com/robconery/massive

Dapper.Net

Code: http://code.google.com/p/dapper-dot-net/

Simple.Data

Code: https://github.com/markrendle/Simple.Data
Docs: http://simplefx.org/simpledata/docs/

Peta Poco

Code: https://github.com/toptensoftware/petapoco
Docs: http://www.toptensoftware.com/petapoco/

About

Sample app showing Massive, Dapper.Net, Simple.Data and PetaPoco in action

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%