I first would like to ask if NHibernate.Burrow
works with NHibernate 3.0 (Linq). I would like to use this framework to delegate the complex session handling things to it and just concentrate in the project I'm working on.
Also, what other frameworks are out there easy to configure like Burrow to handle NHibernate sessions? I know Burrow is a project discontinued back in 2009. If there is none, then what is an easy but effective way to implement a session handler? I've read some articles but involves getting deep in dependency injection and configuring a thousand libraries to get the job done. I've heard that a singleton approach is rather problematic on concurrency.
Thanks!