Can Castle Windsor be used to implement IDependencyResolver in ASP.NET MVC 4?
I read this article and saw many people commented that do not use Castle
Windsor to implement IDependencyResolver in ASP.NET MVC3 and stick with a
custom IControllerFactory. Basically my questions now are:
Do not use Castle Windsor to implement IDependencyResolver. Is this still
true in ASP.NET MVC 4 ?
If 1 is the case. Can any other DI container (Unity, StructureMap) has the
same problem as Castle Windsor? Can I use any alternative?
Thanks a lot
No comments:
Post a Comment