Should I build my next web app in ASP.NET MVC?

前端 未结 7 1928
情书的邮戳
情书的邮戳 2021-02-14 23:20

My team is considering building our next web app using the ASP.NET MVC framework. I am slightly hesitant, as are some others, because it is still only in beta. I really want t

7条回答
  •  清歌不尽
    2021-02-15 00:24

    I prefer ASP.NET MVC to WebForms, so I would choose that, but you need to work out as a team where your core skill set is and whether or not choosing MVC will:

    1. Create a better product.
    2. Get you to market quicker.

    Don't just choose it because it's new. WebForms is still a great choice, and you can write code for WebForms that's both testable and has clear seperation of concerns.

提交回复
热议问题