Is ASP.net Model View Presenter worth the time?

后端 未结 5 1197
失恋的感觉
失恋的感觉 2021-01-31 10:56

I\'m reading about ASP.net MVP pattern over this weekend and it seem like even the most simple task take too much effort if do it in MVP pattern the pay off seem to be at larger

5条回答
  •  伪装坚强ぢ
    2021-01-31 11:36

    In my opinion, the ideal way to go for new applications is MVC. However, if you have a lot of code already using WebForms, then the MVP pattern is the way to go.

提交回复
热议问题