Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rarous/castle.windsor.web.mvc

Castle.Windsor ASP.NET MVC bootstrapping package
https://github.com/rarous/castle.windsor.web.mvc

asp castle mvc nuget scaffold windsor

Last synced: about 1 month ago
JSON representation

Castle.Windsor ASP.NET MVC bootstrapping package

Awesome Lists containing this project

README

        

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](http://docs.castleproject.org/Windsor.Installers.ashx)
implementing `IWindsorInstaller` interface.

Fo more informations [how to use Windsor](http://docs.castleproject.org/Windsor.MainPage.ashx) see the
[documentation](http://docs.castleproject.org/Windsor.MainPage.ashx).

[![endorse](https://api.coderwall.com/rarous/endorsecount.png)](https://coderwall.com/rarous)