Asp.net framework is a part of .net platform for building web applications. Now, with arrival of MVC framework developers have the option of using Asp.Net Web Form or Asp.Net MVC. In this article, we will see the main difference between Asp.Net Web Form and Asp.Net MVC.
Below are the advantages of ASP.net MVC:
1) Provide full control over the rendered HTML.
2) Clean separation of concerns(SoC).
3) Enables Test Driven Development.
4) Easy integration with JavaScript based frameworks.
5) The web is stateless and MVC matches the architecture of the web more closely.
6) Leads to SEO and REST friendly URL's
7) Designers like working with html directly which is available in View.
Below are the advantage of ASP.net Web Form:
1) RAD development
2) Easy development model for developers like those having background in winform development.
3) Provides rich and larger control toolbox
0 Comment(s)