博客當筆記系列. 收錄各種資源
前言
總的來說, Blazor 是一個很新鮮的事物.
它的最大特點是極大地加速了UI的開發效率.
然而, 要活用Blazor的話, 比MVC要難一個等級, 畢竟MVC是輸出靜態HTML, 好理解. Blazor是生成更動態的界面.
這表示Blazor需要一個更長的學習程序.
現在收錄一些鏈接. 以后遇到的繼續添加.
官方路線圖

2019年末的資料 : https://www.youtube.com/watch?v=MetcuX1OHD0&list=PLReL099Y5nRd04p81Q7p5TtyjCrj9tz1t
主要內容
https://visualstudio.microsoft.com/zh-hans/vs/ Visual Studio 下載
https://visualstudio.microsoft.com/zh-hans/vs/preview/ 預覽版下載
Win7/2008 需要 https://docs.microsoft.com/zh-cn/dotnet/core/install/dependencies?tabs=netcore31&pivots=os-windows
https://support.microsoft.com/zh-cn/help/2533623/microsoft-security-advisory-insecure-library-loading-could-allow-remot
https://www.microsoft.com/en-us/download/details.aspx?id=52685
微軟官方的Blazor教程 (不建議編程入門者閱讀)
https://docs.microsoft.com/zh-cn/aspnet/core/blazor/?view=aspnetcore-3.1
ASP.NET Core 機制 (不建議編程入門者閱讀)
https://docs.microsoft.com/zh-cn/aspnet/core/fundamentals/?view=aspnetcore-3.1&tabs=windows
本人關注的github專案 , 全部與要做的事情有關
https://github.com/BlazorPlus?tab=stars
某風格UI系列:
Ant.Design Blazor :
https://github.com/ant-design-blazor/ant-design-blazor 演示地址: https://ant-design-blazor.gitee.io/
Bootstrap Blazor :
https://github.com/ArgoZhang/BootstrapBlazor 演示地址: http://blazor.sdgxgz.com/
Element Blazor :
https://gitee.com/wzxinchen/blazui 演示地址: http://blazui.com:9000
Material Blazor
https://github.com/SamProf/MatBlazor 演示地址 https://www.matblazor.com/
常見編程任務方案系列
如何在切換頁面的時候, 保持頁面狀態.
https://github.com/BlazorPlus/BlazorDemoKeepPageState
https://www.cnblogs.com/zhgangxuan/p/d001_keeppagestate.html
https://www.bilibili.com/video/BV1g54y1R7uX/
如何實作多Tab的應用程式
https://github.com/BlazorPlus/BlazorDemoMultiPagesTab
實驗性專案
用Xamarin技術, 在 Android/iOS 里運行Blazor
https://docs.microsoft.com/mobile-blazor-bindings/
https://devblogs.microsoft.com/aspnet/mobile-blazor-bindings-experiment/
https://channel9.msdn.com/Events/dotnetConf/Focus-on-Blazor/Mobile-Blazor-Bindings-Using-Blazor-to-build-mobile-apps
Blazor 官方路線 :
https://www.infoq.com/news/2019/10/blazor-client-ui-dotnet-30/
其他雜項鏈接
https://github.com/dotnet/aspnetcore Asp.Net Core 本身的源代碼
https://gitter.im/aspnet/Blazor 在gitter上參與Blazor聊天
https://github.com/AdrienTorris/awesome-blazor 額外的推薦blazor資源的串列, 里面有超多資源.
https://devblogs.microsoft.com/aspnet/category/blazor/ blazor博客
其他下載型鏈接
https://visualstudio.microsoft.com/zh-hans/vs/ Visual Studio 下載
https://visualstudio.microsoft.com/zh-hans/vs/preview/ 預覽版下載
https://dotnet.microsoft.com/download
https://dotnet.microsoft.com/download/visual-studio-sdks
https://dotnet.microsoft.com/download/dotnet/5.0
其他
https://blog.stevensanderson.com/2019/11/18/2019-11-18-webwindow-a-cross-platform-webview-for-dotnet-core/
https://docs.microsoft.com/en-us/microsoft-edge/webview2/
https://github.com/dotnet/try
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/36097.html
標籤:.NET Core
