Traditional ASP .NET Web Forms vs MVC

后端 未结 8 1890
眼角桃花
眼角桃花 2020-11-29 07:41

As someone with some winforms and client applications experience - is it worth going back and learning the way traditional ASP .NET pages work, or is it okay with moving str

8条回答
  •  星月不相逢
    2020-11-29 07:49

    ASP.Net Webforms is a completely different abstraction over the base framework than ASP.NET MVC. With MVC you've got more control over what happens under the covers than with ASP.NET Webforms.

    In my opinion learning different ways to do things will usually make you a better programmer but in this case there might be better things to learn.

提交回复
热议问题