views:

303

answers:

8

Any Good Websites/Blogs/Books that i can have a look at for learning nhibernate...

I have looked at NHibernate for .NET from Hibernate Core site.... Any other good ones....

+2  A: 

The NHibernate Forge Wikis are pretty useful and the book NHibernate in Action is brilliant! Also Ayende Rahian's blog has a heap of useful information...

davidsleeps
+1  A: 

Hibernate in Action. Even if it is for Java, concepts are the same. Very good book.

Darin Dimitrov
+1  A: 

Check videos tagged "NHibernate" on The Best Tech Videos website.

JuanZe
+2  A: 

Ayende Rahien has made a lot of useful NHibernate posts:

http://ayende.com/Blog/category/510.aspx

Or simply google your NHibernate issue and add the word "Ayende" ;-)

Less known, but highly reccomendable is a series of great posts on NHibernate and Fluent NHibernate from Marek Blotny:

http://marekblotny.blogspot.com/search/label/NHibernate

peter_raven
+1  A: 

Check out Steve Bohlen's Summer of NHibnerate video series. Although it was made for a slightly older version of NHibernate (1.2), it still has a wealth of great information.

Miroslav Popovic
+1  A: 

Summer of nhibernate

http://www.summerofnhibernate.com/

or the above!

Dimecasts as well

http://www.dimecasts.net/Casts/ByTag/NHibernate

and look at Fluent Nhibernate if you prefer convention over configuration :)

I answered a similar question recently...

http://stackoverflow.com/questions/2281488/nhibernate-2-books/2281588#2281588

which may help as well..

Aim Kai
+4  A: 

NHibernate In Action by Manning is an excellent book. It covers up to version 1.2 of NHibernate but they're already talking about a new version to cover the upcoming 3.0 release.

Blogs:

Ayende Rahien

Davy Brion

NHibernate

Webcasts:

Summer of NHibernate

DimeCasts

TekPub

Chris Conway
+1 for NHibernate in Action 3.0 :)
Aim Kai
+1  A: 

The blog of Ayende covers alott of stuff in a beginner friendly tone.

Helps me out alott! Definatly try that one.

marn