Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the roadmap for ASP.NET MVC? [closed]

What is the roadmap for ASP.NET MVC? I would like to understand which versions I should be running and when.

I tried Scott Guthrie's website but had trouble finding mention of anything later than MIX.

like image 627
Thomas Bratt Avatar asked May 04 '09 14:05

Thomas Bratt


People also ask

Is ASP.NET MVC discontinued?

ASP.NET MVC is no longer in active development. The last version update was in November 2018. Despite this, a lot of projects are using ASP.NET MVC for web solution development. As to JetBrains' research, 42% of software developers were using the framework in 2020.

What is the current version of ASP.NET MVC?

ASP.NET Core MVC 3.1. 1 released on 14 January 2020 is the latest ASP.NET MVC version.


2 Answers

Did you see this roadmap? It's the latest I could find.

In any case, lookup the MVC Futures project (download here), in which you can find newer stuff that didn't make it into the first release, but may make it into the future releases.

like image 171
Dave Van den Eynde Avatar answered Oct 12 '22 22:10

Dave Van den Eynde


I do not believe their currently is a road map for MVC. In fact I dont think MS puts out any forward looking material for its dev tools and frameworks. Since MVC just shipped as 1.0 we know that it will be supported into the future but for how long is unknown.

There isnt even a lot known about asp.net 4 which is supposed to ship with VS2010 next year.

like image 43
MikeJ Avatar answered Oct 12 '22 22:10

MikeJ