Should I migrate to ASP.NET MVC?

后端 未结 20 2556
小蘑菇
小蘑菇 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:55

    I would create a test site first, and see what the team thinks, but for me I wouldn't go back to WebForms after using MVC.

    Some people don't like code mixed with HTML, and I can understand that, but I far prefer the flexibility over things like Page Lifecycle, rendering HTML and biggy for me - no viewstate cruft embedded in the page source.

    Some people prefer MVC for better testibility, but personally most of my code is in the middle layer and easily tested anyway...

提交回复
热议问题