ServiceLocator in ASP.NET MVC 3 – Part 2
Aug 21st, 2010 | By sankarsan | Category: Web AppsIn my earlier post I had discussed about the Common Service Locator framework (IServiceLocator interface)and how we can implement an adapter for the StructureMap container.In this post we will take look into how the new ASP.NET MVC provides support to plug in this ServiceLocator.