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

Developer III 20 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,400 questions
0 comments No comments
{count} votes

Accepted answer
  1. 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