NHibernate MVVM Session Best Practice

Posted by LnDCobra on Stack Overflow See other posts from Stack Overflow or by LnDCobra
Published on 2010-04-21T19:51:28Z Indexed on 2010/04/21 19:53 UTC
Read the original article Hit count: 314

What is the best place to store the NHibernate session if we only need one?

In the main windows view model?
In the app?
In the DataAccess Class?

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about mvvm