Blazor基础(1)
序言
https://www.cnblogs.com/gmval/p/17013095.html
https://learn.microsoft.com/zh-cn/aspnet/core/blazor/hybrid/tutorials/windows-forms?view=aspnetcore-8.0&cid=kerryherger
https://www.cnblogs.com/fengjq/p/17647612.html
https://antblazor.com/zh-CN/
https://github.com/ant-design-blazor/ant-design-blazor
https://portrait.gitee.com/ant-design-blazor/ant-design-blazor
Blazor Web App
Blazor Server
Blazor WebAssembly
Blazor Hybrid
Masa Blazor Pro
Ant Design Blazor
https://antblazor.com/zh-CN/docs/getting-started
Element-Blazor
https://gitee.com/xinxindiandeng808/Element-Blazor
Blazor WebAssembly的优势在于运行期间可以和服务器无交互,但是需要长时间下载资源,而Blazor Server则首次加载速度非常快,但是必须和服务器实时通讯。
资料
https://blog.csdn.net/alex_zoucn/article/details/124622843
https://github.com/densen2014/BlazorMaui
https://github.com/densen2014/BlazorHybrid?WT.mc_id=DT-MVP-5005078
https://gitee.com/ant-design-blazor/