ASP.NET MVC and Resolving Controllers with Windsor

Last week, while working on an ASP.NET MVC app, I wanted to plug in Windsor and use IoC to resolve my controllers.  A couple of Google searches and I came across Andre Loker's blog where he describes step-by-step how to achieve this – and it was just about a week ago!  What timing!

If you read the full article, you'll see at the end he has a "More Simplifications" section which I recommend you implement.  It makes things even, uh, simpler!  Thanks Andre.

Technorati Tags: ,,
Published Tuesday, April 07, 2009 11:07 AM by PSteele
Filed under: ,

Comments

# re: ASP.NET MVC and Resolving Controllers with Windsor

You're welcome :-)

Tuesday, April 07, 2009 11:09 AM by Andre Loker

# ASP.NET MVC and Resolving Controllers with Windsor | OOP - Object Oriented Programing

Pingback from  ASP.NET MVC and Resolving Controllers with Windsor | OOP - Object Oriented Programing