Castle Windsor Dependency Resolver for MVC 3
问题 Since the IoC/DI implementation in MVC 3 is most likely in its final form in the RC, I\'m looking for an updated implementation of the DependencyResolver, IControllerActivator and IViewPageActivator using Caste Windsor. Are there any examples out there that have been updated for MVC 3 RC? EDIT #1 Implementing a Windsor dependency resolver is indeed trivial, but there\'s still something missing. Contrary to Jeff Putz\'s Ninject example (below), it appears that it\'s not as simple as that with