2

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.

Daniel Schilling
  • 4,829
  • 28
  • 60
contactmatt
  • 18,116
  • 40
  • 128
  • 186

2 Answers2

2

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.

Diego Mijelshon
  • 52,548
  • 16
  • 116
  • 154
0

The best example I've seen of the 3.2 loquacious mappings was in this post.

http://www.primordialcode.com/blog/post/nhibernate-envers-quick-introduction

It has a sample project which clearly shows most of the 3.2's mapping features.

I tried following Fabio's series of posts and found them a little confusing. I suspect since he wrote the 3.2 mappings he's got intimate knowledge that he isn't conveying.

Fran
  • 6,440
  • 1
  • 23
  • 35