MVC Advantages :
1. One of the benefits of using a MVC methodology is that it helps enforce a clean separation of concerns between the models, views and controllers within an application. Maintaining a clean separation of concerns makes the testing of applications much easier, since the contract between different application components are more clearly defined and articulated.
2. MVC permitting independent development, testing and maintenance of each.
3. Better Separation of Concerns
4. Testability
5. Model Binder is excellent !
6. No Viewstate anymore
7. SEO friendly url’s (automatic)
8. Complete control over Html output and HTML based
9. Easier integration with Javascript / Jquery
10. Building an Internet site where HTML,performance, and scalability are paramount ASP.NET MVC3 may be better suited
1. One of the benefits of using a MVC methodology is that it helps enforce a clean separation of concerns between the models, views and controllers within an application. Maintaining a clean separation of concerns makes the testing of applications much easier, since the contract between different application components are more clearly defined and articulated.
2. MVC permitting independent development, testing and maintenance of each.
3. Better Separation of Concerns
4. Testability
5. Model Binder is excellent !
6. No Viewstate anymore
7. SEO friendly url’s (automatic)
8. Complete control over Html output and HTML based
9. Easier integration with Javascript / Jquery
10. Building an Internet site where HTML,performance, and scalability are paramount ASP.NET MVC3 may be better suited
0 comments:
Post a Comment