up vote 3 down vote favorite
2
share [g+] share [fb]

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.

link|improve this question

80% accept rate
Good question. Would be nice if there was a 'petshop' type nhibernate app demonstrating using best practices and typical nhibernate idioms. – Kev Sep 24 '08 at 22:32
feedback

4 Answers

up vote 3 down vote accepted

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

The nhibernate FAQ blog is pretty useful.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.