0
kicks
Using Ninject with ASP.NET MVC 3 dependency injection
Ninject is a Inversion of Control (a.k.a IoC) tool that allows you to map Interfaces to Implementations.
An IoC main job is to instantiate an object that is linked to a requested type. An IoC tool will also control the lifetime of those objects to allow more flexibility in the invocation of them.