tags:

views:

2029

answers:

4

One of my goals over the next few months is to get familiar with NHibernate and am curious if anyone out there has any suggestions of where to begin. Preferably, I'd like to find a example project that demonstrates what you would see in an in-the-field application.

+3  A: 

I pretty much based the first iteration of an application architecture solely on this article from CodeProject: NHibernate Best Practices. Also check out this blog: Ayende @ Rahien

roryf
+3  A: 

The author of the NHibernate ASP.NET Best Practices article and went on to produce a newer sample called Sharp Architecture using ASP.NET MVC.

Paul Batum
A: 

The nhibernate FAQ blog is pretty useful.