Should I migrate to ASP.NET MVC?

后端 未结 20 2564
小蘑菇
小蘑菇 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 23:04

    If you are dead set on using an MVC framework, then I would rather set out to use Castle project's one...

    When that's said I personally think WebControls have a lot of advantages, like for instance being able to create event driven applications which have a stateful client and so on. Most of the arguments against WebControls are constructed because of lack of understanding the WebControl model etc. And not because they actually are truly bad...

    MVC is not a Silver Bullet, especially not Microsoft MVC...

提交回复
热议问题