Why did Steve Sanderson in his "Pro ASP.NET MVC 2 Framework" book change an example IoC container?

Posted by rem on Stack Overflow See other posts from Stack Overflow or by rem
Published on 2010-06-14T11:39:22Z Indexed on 2010/06/14 11:42 UTC
Read the original article Hit count: 262

I like Steve Sanderson's "Pro ASP.NET MVC Framework" book. It helped me a lot. I have been waiting for its new edition and it is ready now, as we can see in this Steve's blog post

It is updated a lot taking into account all new features of ASP.NET MVC 2, .NET 4 and Visual Studio 2010.

In addition, "SportsStore" tutorial of this edition uses Ninject instead of first edition's Castle Windsor for DI. I wonder, why? Does it mean that Castle Windsor became a little outdated?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about dependency-injection