0
kicks
Put an IOC Powered Bootstrapper in your ASP.NET MVC Application
Do you have a fat Global.asax file in your ASP.NET MVC application? Does it contain 1000’s of lines of application start-up code? Want to break it out into separate classes and gain the benefits of decoupling, dependency injection and unit testability? Read on.