I have multiple databases that should all be active at the same time. They share schema, but not the data.
I have a web site running Burrow, and I\'d like to use it for Quartz jobs as well. The thing is that I want them to not share any state. The Quartz jobs is running in each own threads while the Mvc f
I am using CodeProject\'s well known Open Session in View to handle NHibernate Sessions. Does it works well with Level 2 Cache? Anyone has succeeded doing it? Should I use NH.Burrow instead? Any advic