views:

178

answers:

6

I need to learn nHibernate from scratch. I'm a experienced .net developer, but I need some advices about using and implementing nHibernate on .NET apps.

Any documentation or book you consider I "must read", or any other advice will be appreciated.

Thanks in advance!

+1  A: 

NHibernate In Action is a very good book.

Nebakanezer
+3  A: 

This question will answer most of what you need. To summarise:

Chris S
+3  A: 

I wrote two entry-level tutorials on my blog:

I also recommend the "NHibernate in action" book.

Sly
+3  A: 

Watching the screencasts on http://www.summerofnhibernate.com/ do provide a nice introduction to Nhibernate.

Mez
I'm just gonna "go ahead and" +1 this answer
Kent Boogaart
Haha, Kent. That drives me bonkers and so many webcast authors do it. "Go Ahead" tourette's is catching ;)
Mark Simpson
+2  A: 

Check out the Mastering NHibernate series on Tekpub.

Daniel Auger