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.