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开发者_如何学JAVA book you consider I "must read", or any other advice will be appreciated.
Thanks in advance!
I wrote two entry-level tutorials on my blog:
- Getting started with NHibernate
- LINQ to NHibernate
- Fluent NHibernate Tutorial
I also recommend the "NHibernate in action" book.
Watching the screencasts on http://www.summerofnhibernate.com/ do provide a nice introduction to Nhibernate.
This question will answer most of what you need. To summarise:
- There's only one book available: NHibernate in action
- Ayende's blog has a lot of NHibernate tips (he's one of the main contributors)
- nhibernate.info has a fair amount of wiki information, docs and blogs
- The NHibernate tag on Delicious has a lot of sites
- And obviously Googling 'NHibernate' or 'NHibernate blog'
Check out the Mastering NHibernate series on Tekpub.
NHibernate In Action is a very good book.
I've found this to be pretty good:
https://web.archive.org/web/20090831053827/http://blogs.hibernatingrhinos.com/nhibernate/archive/2008/04/01/your-first-nhibernate-based-application.aspx
精彩评论