0
kicks
Inside ASP.NET MVC: IDependencyResolver - Service locator in MVC
All types inside ASP.NET MVC3 framework are being resolved by IDependencyResolver. The design goal of this interface is to provide flexibility and decrease coupling between components.