rarous / Castle.Windsor.Web.Mvc

Castle.Windsor ASP.NET MVC bootstrapping package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Castle.Windsor ASP.NET MVC bootstrapping package

This package simplifies bootstrapping of Castle.Windsor container in your ASP.NET MVC 4 application. To install this package, use following NuGet command:

PM> Install-Package Castle.Windsor.Web.Mvc

Package contains WindsorControllerFactory, ControllersInstaller and WindsorActivator classes for your MVC application.

All controllers are now resolved with controller factory. To register your custom components just create another Installer class implementing IWindsorInstaller interface.

Fo more informations how to use Windsor see the documentation.

endorse

About

Castle.Windsor ASP.NET MVC bootstrapping package

License:Apache License 2.0


Languages

Language:Puppet 68.3%Language:C# 31.7%