Friday, September 9, 2011

What are the advantages of ASP.NET MVC?

The main advantages are as following

  1. Enables the full control over the rendered HTML.
  2. Provides clean separation of concerns (SoC).
  3. Enables Test Driven Development (TDD).
  4. Easy integration with JavaScript frameworks.
  5. Following the design of stateless nature of the web.
  6. RESTful urls that enables SEO.
  7. No ViewState and PostBack events

No comments:

Post a Comment