Inside ASP.NET MVC: IDependencyResolver - Service locator in MVC

added by rcash
10/15/2011 10:00:32 PM

318 Views

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.


1 comments

bradygaster
10/17/2011 8:21:09 PM
Now I'll have to build one that's backed by Unity just so I've got it lying around!