Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rarous/castle.windsor.web.mvc
- Owner: rarous
- License: apache-2.0
- Created: 2013-05-20T08:22:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:37:43.000Z (11 months ago)
- Last Synced: 2024-10-02T07:51:35.102Z (about 1 month ago)
- Topics: asp, castle, mvc, nuget, scaffold, windsor
- Language: Puppet
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.txt
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)