How Do I Setup NHibernate.Burrow With Fluent?

Posted by CalebHC on Stack Overflow See other posts from Stack Overflow or by CalebHC
Published on 2009-05-30T22:19:11Z Indexed on 2010/03/12 20:27 UTC
Read the original article Hit count: 365

Filed under:
|
|
|

I'm very interested in using NHibernate.Burrow for my session handling and DAO in my ASP.NET app but I'm having trouble with the configuration. Burrow requires an XML NHibernate config for setting up its persistence but I don't have a config file since I'm using Fluent NHibernate to generate my config. So is there a way of letting Burrow know of my Fluent configuration? Hope this makes sense. Thanks

© Stack Overflow or respective owner

Related posts about nhibernate-burrow

Related posts about ASP.NET