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

前端 未结 7 1934
情书的邮戳
情书的邮戳 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:04

    Unless your app is super simple, it's likely that MVC will be released before you go to production. That hardly matters though. I have been building on MVC since Preview 2. Each new version has contained breaking changes; however, they have not been very hard to track down and fix. It's very unlikely that by 1.0 you could create a mountain of code that would be toppled over by some breaking changes. Simply budget a few person hours to apply each new version.

提交回复
热议问题