Introduction to nHibernate
Thanks to all the folks who attended my session at the Victoria Code Camp. I know it was a little rough and having the VPC not respond to the keyboard was more than a little frustrating.
I have cleaned up the code so that it is now in the state that I intended to reach by the end of my presentation. You can download it here.
Here are some of the great resources that I have found for introducing you to nHibernate.
- Oren Eini (nHibernate God) -- www.ayende.com
- nHibernateEg project -- http://nhibernate.sourceforge.net/NHibernateEg/
- Billy McCafferty's Best Practices -- http://www.codeproject.com/aspnet/NHibernateBestPr...
- nHibernate documentation -- http://www.hibernate.org/5.html#A17
- nHibernate Tutorial (a little old, but a good read) -- http://www.theserverside.net/tt/articles/showartic...
- Oren Eini on DnrTv (Episode #51) -- http://www.dnrtv.com/
Comments
This might also be of interest to those jumping into the NHibernate space: ActiveRecord from the Castle project (come to think of it, Castle Windsor is pretty good too). See http://www.castlewindsor.org for more information.