asp.net mvc version history

https:‮.www//‬theitroad.com

Here is the version history of ASP.NET MVC:

  1. ASP.NET MVC 1: This was the first version of ASP.NET MVC, released in March 2009. It included basic functionality for creating MVC web applications, including support for controllers, views, and models.

  2. ASP.NET MVC 2: This version was released in March 2010 and included several new features, such as support for client-side validation, areas for organizing large projects, and improved Visual Studio integration.

  3. ASP.NET MVC 3: This version was released in January 2011 and introduced several new features, including support for Razor view engine, improved HTML helpers, global action filters, and better support for unobtrusive JavaScript.

  4. ASP.NET MVC 4: This version was released in August 2012 and included new features such as mobile device support, display modes, Web API integration, and OAuth authentication.

  5. ASP.NET MVC 5: This version was released in October 2013 and introduced several new features such as attribute routing, authentication filters, filter overrides, and ASP.NET Identity for managing user authentication and authorization.

  6. ASP.NET Core MVC: This is the latest version of ASP.NET MVC, which was introduced with the release of .NET Core in 2016. It is a cross-platform and open-source framework that includes many new features such as tag helpers, view components, and improved dependency injection. It has undergone several updates since its initial release, with the latest version being ASP.NET Core MVC 6.0, released in November 2021.