Making NHibernate Burrow work with NHibernate 2.1
15 Comments Published by Erik Burger August 28th, 2009 in ProgrammingIn my previous post I introduced Fluent NHibernate and NHibernate Burrow. If you have been trying the two together, you’ll have noticed that Burrow has been compiled against a lower version (2.0) of NHibernate than Fluent NHibernate has (which uses 2.1).
Configuring NHibernate Burrow using Fluent NHibernate
6 Comments Published by Erik Burger August 27th, 2009 in ProgrammingI haven’t been using it long but I am already a huge fan of Fluent NHibernate. In case you haven’t yet heard about it, Fluent NHibernate allows you to replace those pesky (perfectly functional, but pesky) NHibernate XML mapping files with strong-typed C# code.

