Micro-ORM Content on InfoQ
News about Micro-ORM
FluentData: A New, Lightweight ORM with a Fluent API by Jenni Konrad Posted on Feb 24, 2012
StackOverflow’s ORM goes Open Source - Dapper.Net by David Cooksey Posted on Apr 14, 2011
Articles about Micro-ORM
Micro ORMs with Sam Saffron and Rob Conery
by
Jonathan Allen
Posted on
Jun 13, 2011
Opinions about ORMs vary widely. Some see it as an essential tool for simplifying data access while others claim it greatly increases complexity while robbing applications of much needed performance. Sam Saffron and Rob Conery have found a middle ground in what’s known as a Micro ORM.
MicroORM - A Dynamically Typed ORM for VB and C# in about 160 Lines
by
Jonathan Allen
Posted on
Dec 05, 2009
Using the new DLR features in VB 10 and C# 4 you can build a configuration-free ORM that works well with legacy stored procedures. Though accessed using normal object-dot-property syntax, all the data objects are built at runtime based solely on the information returned by the database. And this is done with no interfaces to define, classes to implement, or data mapping definitions to write.



