CodePlexProject Hosting for Open Source Software
Home Quick Guide
using MvcTurbine; using MvcTurbine.ComponentModel; using MvcTurbine.Windsor; public class MvcApplication : TurbineApplication { static MvcApplication() { // Register the IoC that you want Mvc Turbine to use! // Everything else is wired automatically ServiceLocatorManager.SetLocatorProvider(() => new WindsorServiceLocator()); } }
Last edited Sep 13, 2010 at 8:30 PM by jglozano, version 7
Ads by Developer Media