ProCoSys / Bifrost

Application Development Framework promoting good development practices such as CQRS and MVVM (see readme)
http://bifrost.dolittle.com
Other
1 stars 1 forks source link

Bifrost should support caching of NHibernate configuration files #49

Closed bnordli closed 8 years ago

bnordli commented 8 years ago

During development, it is common to restart the application several times a day. A suggested performance trick is to cache the generated NHibernate configuration to file. Bifrost should support this.

See for instance http://nhibernate.info/blog/2009/03/13/an-improvement-on-sessionfactory-initialization.html

andersnygaard commented 8 years ago

Resolved with pull request #50