Castle Windsor
Posted by edc73 on June 30, 2008
Earlier today I managed to get sample code working that integrated Castle Windsor with ASP.NET MVC. By creating a custom controller factory, I was able to delegate to Windsor to create the controller. A side benefit of the custom factory is that there is no more “magic” that converts a call to “service” to the class “serviceController”. Hopefully I’ll have some time to go further down this path to see if it really ends up helping some of our dependency issues, or if I’m just adding more problem points. I expect the tough issue will be deciding which classes should go through Windsor and which should stay as they are.
Either way, I’m going to also give it a shot on my home RssReader project. Since that’s in it’s early stages, should be interesting to see it evolve with Windsor integrated from the get go.

ASP.NET MVC Archived Blog Posts, Page 1 said
[...] Castle Windsor (6/30/2008)Monday, June 30, 2008 from edsinanutshell.wordpress.comEarlier today I managed to get sample code working that integrated Castle Windsor with ASP. NET MVC…. [...]