I just started ASP.NET MVC, and the first thing that got me confused is on MSDN there is a System.Web.Mvc namespace, and then there is a Microsoft.Web.Mvc namespace. I'd like to know -
- Why are there two different root namespaces for ASP.NET MVC framework library classes?
- Based on what the classes go under one root namespace or the other?
Thanks in Advance.
NOTE: I did google search, and found nothing about it.