Should I migrate to ASP.NET MVC?

后端 未结 20 2547
小蘑菇
小蘑菇 2020-11-28 22:19

I just listened to the StackOverflow team\'s 17th podcast, and they talked so highly of ASP.NET MVC that I decided to check it out.

But first, I want to be sure it\'

20条回答
  •  攒了一身酷
    2020-11-28 22:57

    Ajax, RAD (webforms with ajax are anti-RAD very often), COMPLETE CONTROL (without developing whole bunch of code and cycles). webforms are good only to bind some grid and such and not for anything else, and one more really important thing - performance. when u get stuck into the web forms hell u will switch on MVC sooner or later.

提交回复
热议问题