Biggest advantage to using ASP.Net MVC vs web forms -
what of advantages of using 1 on other?
the main advantages of asp.net mvc are:
enables full control on rendered html.
provides clean separation of concerns(soc).
enables test driven development (tdd).
easy integration javascript frameworks.
following design of stateless nature of web.
restful urls enables seo.
no viewstate , postback events
the main advantage of asp.net web form are:
it provides rad development
easy development model developers coming winform development.
Comments
Post a Comment