Developing a website for 3 mln. users: SharePoint OR pure ASP.NET?

前端 未结 12 1750
谎友^
谎友^ 2021-02-06 10:34

We need to develop quite a powerful web application for an investment bank. The bank IT would like us to build it on top of the SharePoint platform

12条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-06 11:11

    SharePoint is a lot of work and with that amount of users I personally (and being a SharePoint developer) wouldn't bother.

    I would go down the ASP.MVC route in all honesty and not because it's new and the latest buzz technology. I would use it because it's hands down faster. This site for example is written in ASP.NET MVC and it handles all these requests per day on I think 3 servers. 2 front end and 1 database. Correct my if I'm wrong with that.

提交回复
热议问题