Is ASP.NET MVC a bad choice for a large enterprise project?

后端 未结 11 1175
囚心锁ツ
囚心锁ツ 2021-01-31 18:23

We are about to embark on a large enterprise application. I am seriously considering using ASP.NET MVC because:

  1. We need to use Microsoft technology (biz logic is
11条回答
  •  轮回少年
    2021-01-31 18:53

    Stick with your gut. ASP.NET MVC helps facilitate testing because almost the entire API derives from interfaces.

提交回复
热议问题