.Net Blog跟踪学习贴。

2021-07-14 Announcing .NET MAUI Preview 6

dotnet sdk check

安装maui工作模块:

dotnet workload install maui

创建MAUI Blazor项目:

dotnet new maui-blazor -n HelloMauiBlazorSix

2021-02-17 Announcing .NET 6 Preview 1

提到Blazor desktop会基于.NET Multi-platform App UI。

There will be a WebView control that renders content from an embedded Blazor web server, which can serve both Blazor and another other web content (JavaScript, CSS, …). Blazor desktop, at least in its default configuration, will not use Blazor Web Assembly. In short, there is no obvious technical or user experience reason to use WebAssembly for a desktop app. Blazor WASM performance test

(持续跟进)