Top

Tags


Roadkill .NET Wiki

Google ads

Recommended reading


Search

Entries in orm (4)

Thursday
Sep092010

A Look At .NET ORMs - Part 3

The final part of .NET orm series, looking at ODX, NHibernate, CoolStorage and Lightspeed.

Click to read more ...

Thursday
Sep092010

A Look At .NET ORMs - Part 2

Part two of the ORM series looks at Persister.NET, NPersist, Paladin and Subsonic

Click to read more ...

Wednesday
Sep092009

A Look At .NET ORMs - Part 1

Part one of look at .NET ORMs, including examples of using db4o, Linq to Entities, Sooda,

Click to read more ...

Wednesday
Sep092009

A look at .NET Object Relational Mappers (ORM)s

This post looks at the many different ORM (object relational mappers) that exist for C#/.NET. These Object Relational Mappers aim to bridge the gap that exists between database servers and their native SQL, and the object-oriented world of non-tabular data.

My main source for the ORMs I chose to look at were from csharp source and wikipedia along with a codeplex search, and just general knowledge of the products out there. I've excluded dead links from wikipedia, commercial ORMs (of which lots also exist) and narrowed it down the ones that seemed fairly mature and easy to assess from available walkthroughs.

Click to read more ...