Hello NHibernate! Quickstart with NHibernate (Part 1)

Posted by BobPalmer on Geeks with Blogs See other posts from Geeks with Blogs or by BobPalmer
Published on Sun, 11 Apr 2010 12:46:41 GMT Indexed on 2010/04/11 19:03 UTC
Read the original article Hit count: 276

Filed under:

When I first learned NHibernate, I could best describe the experience as less of a learning curve and more like a learning cliff.  A large part of that was the availability of tutorials. 

In this first of a series of articles, I will be taking a crack at providing people new to NHibernate the information they need to quickly ramp up with NHibernate.

For the first article, I've decided to address the gap of just giving folks enough code to get started.  No UI, no fluff - just enough to connect to a database and do some basic CRUD operations.  In future articles, I will discuss a repository pattern for NHibernate, parent-child relationships, and other more advanced topics.

You can find the entire article via this Google Docs link:

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

Enjoy!
-Bob

© Geeks with Blogs or respective owner