what is the main reason to use asp.net mvc instead of webforms?

Developer III 40 Reputation points
2024-04-21T06:26:43.3866667+00:00

hi

what is the main reason to use MVC instead of webforms?

only security ?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,815 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alfredo Revilla - Upwork Top Talent | IAM SWE SWA 27,521 Reputation points Moderator
    2024-04-21T07:01:13.63+00:00

    Webforms is legacy (not obsolete) technology. MVC has been around for almost 2 decades and it has evolved far more. Webforms was created more than 20 years ago to help non-web developers do web through an event-based model and do RAD. Webforms will end its life with .NET Framework while MVC is included in .NET Core and later. To make it short, very few people keep doing Webforms which will make things harder for any newcomer.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.