关于[Blazor: .NET in the Browser]的摘要:
In this article and tutorial we are going to use Blazor to bring C# in the browser. We are going to talk about what you can do and the things you have to think about when creating a Blazor app. WebAssembly is a great platform that promises to revolutionize development on the browser. Thanks to it JavaScript is not anymore the only language that you can use on the client, when developing for the web. It is an exciting platform, of which we already talked about in Understand WebAssembly. In this article we go one step further, and we see how to use a platform that runs on WebAssembly: Blazor.