Click here to Skip to main content
15,914,111 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
What are limitations of ASP.NET website over MVC3 architecture.Which is better option.
Posted

1 solution

1.The MVC model allows me full control over the HTML and enables Test Driven Development (TDD)
2.We can easily integrate with jQuery and other JavaScript frameworks with MVC.
3.Using extension methods of C# 3.0, we can make powerful and rich HTML helper methods. I believe that tesatbility, refactoring capability and maintainability are the main factors for a successful project and prefer these factors than RAD capability.

for more refer :
http://www.devcurry.com/2009/09/difference-between-aspnet-webforms-and.html[^]

http://weblogs.asp.net/shijuvarghese/archive/2008/07/09/asp-net-mvc-vs-asp-net-web-form.aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900