Ninject.Extension.ContextPreservation explained
In this blog post I explain how the Context Preservation extension works and for what it is used.
In this blog post I explain how the Context Preservation extension works and for what it is used.
MVC3 added support for Dependency Injection frameworks. To take advantage of these features I did a completely new implementation of the Ninject.Web.Mvc extension. Unlike other existing MVC3 implementations for Ninject, this extension goes further than just adding a IDependencyResolver for Ninject. It has tightly Ninject integrated support for various things such as Filters and Validators.
This post assumes that you have a basic knowledge about MVC, Ninject and Dependency Injection in general.