vote up 18 vote down star
11

I've been looking for good documentation for nhibernate, specifically version 2.0. I've recently returned to .NET development and for the life of me, I can't find the right sort of documentation (or even the most recent). Any suggestions would be greatly appreciated.

flag

14 Answers

vote up 13 vote down check

The new NHibernate wiki already has a lot of content. I think that's a great place to go for reference (it already has all the docs).

For help, the NHUsers google group is very active and helpful.

link|flag
vote up 3 vote down

Hi,

You might want to try this search tool which filters just for NHibernate material.

http://nhibernate.deepgrok.com/

link|flag
vote up 1 vote down

and of course the nhibernate forums, very responsive. http://groups.google.com/group/nhusers

link|flag
vote up 1 vote down

NHibernate FAQ, few but very interresting articles. http://blogs.hibernatingrhinos.com/nhibernate/Default.aspx

link|flag
vote up 1 vote down

The blog of the nhibernate main coder.(bleeding edge of the nhibernate developpement) http://fabiomaulo.blogspot.com/

link|flag
vote up 1 vote down

Also this blog, with some very didactic articles in april may 2009.(Sometimes very advanced topics) http://ayende.com/Blog/category/510.aspx

link|flag
vote up 0 vote down

Yes NhForge is the 1st place to look, you can broswe the documentation, and read the wiki with a lot of recent articles. http://nhforge.org/Default.aspx

link|flag
vote up 0 vote down

NHforge is definitly the most recent and thorough resource.

link|flag
vote up 1 vote down

2 places

  1. Nhibernate Documentation
  2. Nhibernate in action e-book
link|flag
vote up 7 vote down

There is a relatively new site starting at NHForge that aims to be the definitive source for NHibernate-related documentation.

link|flag
vote up 0 vote down

When I used NHibernate it was so close to Hibernate that most of the documentation worked for both. Try the Java docs if you can't find an answer for the .NET version and see if it works.

link|flag
vote up 1 vote down

I learned a lot from NHibernate Best Practices with ASP.NET, 1.2nd Ed. By Billy McCafferty. I didn't implement or agree with all of the practices there, but most of them were quite helpfull. It really got me thinking about the details of it all before I started implementing.

link|flag
vote up 1 vote down

I found the main documentation helps me the most.

Nhibernate at hibernate.org

link|flag
I found the NHibernate docs at hibernate.org to be behind (more for 1.2 release). Which was disappointing, as there are big changes between 1.2 and 2.0 (or appear to be anyway) - and since I didn't use 1.2, I couldn't really follow the path to upgrade correctly. – sobedai Sep 25 '08 at 21:03
vote up 6 vote down

Having recently implemented NHibernate myself I found the most help with watching the Summer of NHibernate series. While its not questions + answers it was very enlightening. The author was also very helpful when I had questions.

link|flag

Your Answer

Get an OpenID
or

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