370 Views
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.
0 comments