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....
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....
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...
Hibernate in Action. Even if it is for Java, concepts are the same. Very good book.
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:
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.
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..
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:
Webcasts:
The blog of Ayende covers alott of stuff in a beginner friendly tone.
Helps me out alott! Definatly try that one.