From: http://blog.gadodia.net/choosing-between-webforms-and-mvc/
Choice Between webforms and MVC
ASP. NET is now widely used, but one problem that has always plagued us is whether we should use webfroms or MVC. The following uses the SWOT (strengths, weaknesses, threats, and opportunities) Analysis of webforms and MVC to answer this question.
1) webforms
2) MVC
3) Based on the Analysis of webforms and MVC above, the following is a flowchart for us to decide whether webforms or MVC.
4) In summary, I think that when webforms or MVC is selected, we need to consider the following two points:
* Test-driven development: using MVC makes test-driven development easier;
* Data-driven development: if there is a large amount of data, using webforms will make development easier;
Of course, there is no right or wrong choice. Any Web can be developed using any framework in webforms and MVC. In theory, you can also mix webforms and MVC (haha) in a web development environment ).