Traditional ASP .NET Web Forms vs MVC

后端 未结 8 1875
眼角桃花
眼角桃花 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

    If you don't know how or haven't has experience with raw level web request / response and raw html/css rendering then MVC will would be good place to start. You will then better understand the pros and cons of both webforms and mvc. They will both be around in the future as the both address different needs.

    Though I will say webforms is a highly misused and abused platform. So much of the "look no code" rubbish gives all who use it a bad name. Put in the time to understand it and use it properly you'll find its a very extensible and robust platform.

提交回复
热议问题