我和我的团队已经收到了开发企业级 Web 应用程序的资金(不会详细介绍它的功能)。该应用程序将有许多单独的网页,但其中两个网页更加集中和非常沉重,因为在许多用户交互,模态显示大量数据,网络插座连接,聊天等。
I have been assigned to Chief Architect on the project, so I am doing some research into the latest web frameworks. For the back end, we have done some testing and have decided to go with the Azure SQL platform. So far, I am liking the improvements that have been made, and are being made, to ASP.NET with Core 2.0. Specifically the Razor engine, over previous versions of ASP.NET MVC.
我想得到一些关于“新的”剃刀与角度/反应和类似的专家意见。我更关心的是表现。Core 2.0 Razor 如何支持客户端渲染框架?这些差异可以忽略不计吗?我们的应用程序针对的是潜在的100万用户(大约10万并发用户)。
Thanks in advance!