Hi There
I have been using the ncommon framework (http://code.google.com/p/ncommon/) with nhibernate and asp.net mvc. I really like the implementation of the unit of work pattern, but am having problems with lazy loading in my views. I am looking how to implement the session per request pattern with ncommon or look at another framework that will support:
- linq to nhibernate
- unit of work pattern
- session per request pattern to support lazy loading in views
Any tips greatly appreciated.
Samuel