Why MVC?
ASP.NET MVC helps to reduce the complexity of the web application by
dividing an application into three layers, Model, View and
Controller. This separation (loose coupling) helps in some long term
benefits like isolation of components while development and also
this separation provides better support for test-driven development
(TDD). ASP.NET MVC web site are good in performance and also easy to
maintain.
No comments:
Post a Comment