Announcing the RTM of MvcExtensions (aka System.Web.Mvc.Extensibility)

Posted by kazimanzurrashid on ASP.net Weblogs See other posts from ASP.net Weblogs or by kazimanzurrashid
Published on Tue, 11 May 2010 15:02:12 GMT Indexed on 2010/05/11 15:04 UTC
Read the original article Hit count: 482

I am proud to announce the v1.0 of MvcExtensions (previously known as System.Web.Extensibility). There has been quite a few changes and enhancements since the last release. Some of the major changes are:

  • The Namespace has been changed to MvcExtensions from System.Web.Mvc.Extensibility to avoid the unnecessary confusion that it is in the .NET Framework or part of the ASP.NET MVC.
  • The Project is now moved to CodePlex from the GitHub. The primary reason to start the project over GitHub was distributed version control which is no longer valid as CodePlex recently added the Mercurial support. There is nothing wrong with GitHub, it is an excellent place for managing your project. But CodePlex has always been the native place for .NET project.
  • MVC 1.0 support has been dropped.

I will be covering each features in my blog, so stay tuned!!!

Shout it

© ASP.net Weblogs or respective owner

Related posts about ASP.NET

Related posts about mvc