fb like button code

Why MVC?


  • ASP.NET MVC helps to reduce the complexity of web application by dividing application into three layers Mode, View & Controller.

  • This separation provides better support for Test Driven Development (TDD)

  • Web sites are good in performance.

  • No viewstate so page size is small.

  • Full control over rendered HTML.

0 comments:

Facebook