ASP.NET MVC Version History

ASP.NET is a free web framework for building websites and web applications on .NET Framework using HTML, CSS, and JavaScript. ASP.NET MVC 5 is a web framework based on Model-View-Controller (MVC) architecture.

 

Microsoft had introduced ASP.NET MVC in .NET 3.5, since then lots of new features have been added.

 

Microsoft made ASP.NET MVC framework open-source in April 2009. The source code was released under the Microsoft Public License (MS-PL). You can view, download, or contribute to the source code on github repository for AspNetWebStack.

 

The following table list brief history of ASP.NET MVC.

 

 

ASP.NET MVC framework can be installed as NuGet package. Visit nuget.org to know details of each version.

 

In Visual Studio, the latest version of ASP.NET MVC version will be automatically added as a NuGet package when you create a new ASP.NET MVC project. Let’s create the first ASP.NET MVC application in the next page.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *