NHibernate session management in ASP.NET MVC

后端 未结 5 1069
梦谈多话
梦谈多话 2020-12-23 10:19

I am currently playing around with the HybridSessionBuilder class found on Jeffrey Palermo\'s blog post:

http://jeffreypalermo.com/blog/use-this-nhibernate-wrapper-t

5条回答
  •  有刺的猬
    2020-12-23 10:42

    Just found a clean solution using Unity to inject a session per request:

    http://letsfollowtheyellowbrickroad.blogspot.com/2010/05/nhibernate-sessions-in-aspnet-mvc.html

提交回复
热议问题