关于[Blazor – on the server or on the client]的摘要:
With ASP.NET Core 3.0, the first version of Blazor will be released. Client-side Blazor allows writing .NET Code that runs in the browser – using WebAssembly. Server-side Blazor allows writing the same .NET code, but it runs in the server. You still don’t need to write JavaScript code for the client as communication between the client and the server is done with SignalR behind the scenes...
原文地址: https://csharp.christiannagel.com/2019/08/27/blazorserverandclient/