Mapping Object Relationships - QuickStart with NHibernate (Part 3)

Posted by BobPalmer on Geeks with Blogs See other posts from Geeks with Blogs or by BobPalmer
Published on Fri, 23 Apr 2010 19:56:06 GMT Indexed on 2010/04/24 2:13 UTC
Read the original article Hit count: 286

Filed under:

For this third tutorial, we'll be introducing users new to NHibernat to basic object relationships, starting with a simple many-to-one relationship. 

I decided that it would make sense to at least get the readers through some basic relationship mapping (including varieties of parent/child and many to many relationships) before diverging into UI, since most folks are looking for enough to bootstrap themsevles into using NHibernate, and this almost always means some kind of relation between their objects.

You can find a link to the article at:

http://docs.google.com/Doc?docid=0AUP-rKyyUMKhZGczejdxeHZfMjJmM3c3M3Bnbg&hl=en

As always, comments, corrections, and suggestions are appreciated!

-Bob

© Geeks with Blogs or respective owner