Advice on using ASP.net WebForms or MVC

后端 未结 7 1545
無奈伤痛
無奈伤痛 2020-12-21 00:34

I have a public facing hobby site that gets about 3000 unique visitors a day, written in classic ASP that is in bad need of a revamp and redesign. I\'ve faced the realizati

7条回答
  •  执笔经年
    2020-12-21 00:47

    Use what is most productive, if you are familiar with webforms and like the event-driven model you can always look into MVP ( Model-View-Presenter ).

    ASP.NET MVC is really great and for me, it increases productivity.

提交回复
热议问题