Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How long before ASP.NET MVC becomes widely used in industry?

I am trying to decide whether to learn ASP.NET MVC (or to spend the time learning another technology that interests me). I know that it is an elegant framework, but I am trying to assess my future job opportunities if I invest in this skill. In your estimation, how long is it going to be before demand for ASP.NET MVC developers rivals that for developers in the other top web dev frameworks? Is it a matter of a year? 2 years? 3+? On a related note, do you see use of ASP.NET MVC surpassing classic ASP.NET in the foreseeable future? Scott Guthrie says the two will exist side by side, but I'm curious just how much of the mind share ASP.NET MVC is expected to grab.

I know this is a speculative question; I'm just interested in your subjective hunches.

like image 511
RexE Avatar asked Dec 08 '08 10:12

RexE


People also ask

Is ASP NET MVC obsolete?

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.


1 Answers

For mainstream adoption, I wouldn't expect it will really take off until after RTM. Initially work will be limited to new projects, which I suspect there may be fewer of with the economy being as it is. The real increase in jobs will come when there are more established projects requiring maintenance.

As for surpassing the original ASP.NET, that will happen when more older projects are decommissioned, either in one hit, or by sections being replaced by new MVC functionality.

Personally, I would learn at least the basics now, so as to be ready for an increase after RTM.

like image 185
harriyott Avatar answered Oct 19 '22 07:10

harriyott