Managing Entity Framework DbContext in asp.net mvc
22 December 2013
After googling, reading and thinking a lot, I am proud to share a nice way of managing your dbContext in a ASP.NET MVC application. A simple static class, which implements Context Per Request approach. Utilizing HttpContext of ASP.NET.