0
kicks
Raven DB – Part 1 – DocumentSession per request with StructureMap
I am a big fan of the repository and session per request patterns and have been using these when working with NHibernate for the last few years. Whenever I currently implement these patterns with NHibernate I use an IOC container to manage the lifetime of the NHibernate session (per request), with Raven I decided to do the same to manage the DocumentSession (per request) and also the DocumentStore (singleton).