Nhibernate burrow and ASP.Net MVC

I am using nhibernate burrow for long conversation. I'm about to port my project to ASP.NET MVC, but burrow doesn't support MVC.

I am trying to modify Burrow to work through MVC. But I have no idea what is the best way to do it. I'm not sure if the HTTP module is a good way to go. I am thinking of ActionFilters to initialize the conversation.

+1


source to share


1 answer


you can have a look here http://blog.pragmasql.com/post/NHibernate-20-Sample-Project-using-NHibernateBurrow-contribution.aspx for a project that uses nhibernate burrow + asp.net mvc



+1


source







All Articles