Introduction to Object Relational Mapping


Brief overview

Google: object relational mapping overview

From the wiki:
a programming technique for converting data between incompatible type systems in relational databases and object-oriented programming languages

Chosen Tools


Getting the bits

Google: fluent nhibernate download

Google: nhibernate linq download

Google: stackoverflow data dump


The Application

Open the solution C:\temp\NHCourse\IntroToORM.sln and Press Ctrl+F5 (not F5)


Course Plan