Using Structuremap to manage ObjectContext Lifetime in ASP.NET MVC
- by Diego Correa
Hi, what I want to know If there is a way or an good article on how to manage the objectcontext life cycle through structuremap (I saw an example with ninject). Since I'm new to the methods and possibilities of SM I really don't know How/If possible to make it.
In the first moment I wanted to make a singleton of the objectcontext per httpcontext.
Thanks for any advice.