Final ASP.NET WebForms?

2

I would like to know if there is a certain trend in ASP.NET WebForms if "retiring", leaving only ASP.NET MVC, because according to this article the answer would be yes. The author of the article (Ramon Durães) at least in my view is a great connoisseur of .NET technology.

The question arose about the possibility of using ASP.NET WebForms in a new medium-sized project.

Article: ASP.NET WebForms Retirement

    
asked by anonymous 02.07.2015 / 15:07

2 answers

2

Hello, Anderson.

The trend is really that, but that does not mean that Web Forms support will be removed from Visual Studio, at least not yet. Even Web Forms had updates to the new version of ASP.NET (Web Forms 4.6), but the focus of the efforts will be rather on MVC. Web Forms will not keep up with all the new features of the ASP.NET platform and will soon become obsolete.

Of course, for small, quick projects with little maintenance, I do not see problems using Web Forms (although I would not do it anymore today), but considering the current web and market scenario, it is no longer feasible to invest in Web Forms for new large projects (in fact, small projects can grow too, right?).

Unless you have a good reason to use Web Forms in your new project, I advise you to go to MVC, which is a current platform, is constantly updated and provides us with several resources to develop the most varied types of application . MVC also allows you to invest more on the front end, ensuring a more user-friendly and more flexible end-user interface for the programmer.

Well, in short, that's it. Thanks.

    
02.07.2015 / 15:31
2

Dude, to say that will be the end, I do not think it should, because the choice of which platform to follow will depend exclusively on the Architect and / or GerProj. Now, regarding the trend, I think the MVC came strong and late, because language like Java has already "embedded" the MVC into almost everything, long enough. I like MVC. Now saying that MicroSoft will force people to always opt for the MVC, I do not think it would do that. I think the MS will allow for a long time still, that architects and gerproj, choose which path to follow and it will continue to provide these two paths, so I guess.

    
02.07.2015 / 15:58