Search code examples
nhibernateormnhibernate-mapping-by-code

Nhibernate 3.2 start to finish walk-through that uses built in conForm


I'm looking for a tutorial on Nhibernate 3.2 that uses the built-in code configuration that NHibernate provides. I'm not interested in using Fluent NHibernate, nor the old-style XML mappings.


Solution

  • http://fabiomaulo.blogspot.com/2011/04/nhibernate-32-mapping-by-code.html and related articles from the same blog are the closest thing you'll find.

    Fabio is the NHibernate lead and original author of the NH mapping-by-code.