• blazor webassembly 开发资料汇总



    blazor webassembly standalone  模式, 前台是 webassembly, 后台可以是任意语言开发的API服务
    blazor webassembly hosted  模式,  前台是 webassembly, 后台是 aspnet core
    blazor server  模式, 前台是 webassembly, 后台是 aspnet core, 前台通过SignalR和后台通讯


    晓晨Master
    https://www.cnblogs.com/stulzq/category/1775987.html

    softchris
    https://softchris.github.io/pages/dotnet-blazor.html
    https://softchris.github.io/pages/dotnet-blazor-routing.html
    https://softchris.github.io/pages/dotnet-blazor-interop.html

    Building a Progressive Web App with Blazor
    https://devblogs.microsoft.com/visualstudio/building-a-progressive-web-app-with-blazor/

    A simple way to create a PWA with Blazor WebAssembly  
    https://wellsb.com/csharp/aspnet/create-pwa-from-blazor-app/

    c-sharpcorner.com tips for build blazor webassembly
    https://www.c-sharpcorner.com/article/tips-for-building-blazor-webassembly-app-in-net-6-and-visual-studio-code/

    Progressive Web Applications – From Zero to Hero (Blazor, ASP.NET Core, Vue.js, Angular Examples)
    https://www.dotnetcurry.com/aspnet-core/progressive-web-apps-blazor-vuejs-angular


    blazor server 和 blazor assembly 区别
    https://dotnettutorials.net/lesson/blazor-hosting-models/


    ebook
    https://docs.microsoft.com/en-us/dotnet/architecture/blazor-for-web-forms-developers/?wt.mc_id=academic-0000-chnoring

    微软 官方文档
    https://docs.microsoft.com/en-us/aspnet/core/blazor/?view=aspnetcore-5.0


    微软官方教程 aspnet blazor tutorial
    https://dotnet.microsoft.com/learn/aspnet/blazor-tutorial/intro
    https://docs.microsoft.com/en-us/learn/modules/build-blazor-webassembly-visual-studio-code/?WT.mc_id=DT-MVP-5003987

    blazor 教程
    https://blazor-university.com/


    理解官方提供的 blazor 项目模版
    https://www.pragimtech.com/blog/blazor-webAssembly/create-blazor-webassembly-app/


    学完: zzzprojects 出品的 blazor tutorial 稍微有点过时
    https://blazor-tutorial.net/create-blazor-application

    《进击吧!Blazor!》系列入门教程 

    https://www.cnblogs.com/MSReactor/category/1917442.html



    学完: 『技术译站』 分享的一系列文章

    https://www.cnblogs.com/ittranslator/category/1995890.html

    ============================================

    实例

    ============================================

    https://jasonwatmore.com/post/2020/08/13/blazor-webassembly-jwt-authentication-example-tutorial

    https://jasonwatmore.com/post/2020/09/27/blazor-webassembly-authentication-without-identity

    https://jasonwatmore.com/post/2020/11/09/blazor-webassembly-user-registration-and-login-example-tutorial

    使用Blazor开发内部后台系列
    https://zhuanlan.zhihu.com/p/389393062
    https://zhuanlan.zhihu.com/p/387942466
    https://zhuanlan.zhihu.com/p/395232158

    ============================================

    部署

    ============================================
    blazor webassembly standalone 模式如何部署
    https://hackernoon.com/build-and-deploy-a-blazor-app-without-touching-a-windows-machine-oxp22fj 

    https://chrissainty.com/containerising-blazor-applications-with-docker-containerising-a-blazor-webassembly-app/

    https://www.c-sharpcorner.com/article/dockerizing-blazor-wasm-application/

    ============================================

    组件库

    ============================================

    https://blazority.com/datagrid/structure


    Ant Design of Blazor, https://antblazor.com/
    Ant Design Pro Blazor, https://pro.antblazor.com/


    Radzen Blazor Components开源免费组件包
    How To Get Started With The Radzen Blazor Components
    https://www.c-sharpcorner.com/article/how-to-get-started-with-the-radzen-blazor-components/

  • 相关阅读:
    [EnterpriseLibrary]Microsoft.Practices.ObjectBuilder中的定位器Locator
    [VC++入门]搞了半天我终于知道C++那种头文件h和源文件cpp到底在搞什么
    PS网页设计教程XX——在Photoshop中创建一个七彩糖果店网站布局
    24点的所有组合的解法
    PS网页设计教程XXIII——创建一个售卖iPhone 5应用程序的网站
    PSD转HTML实例教程——利用JQuery插件实现图片滑动效果
    PS网页设计教程XXI——在Photoshop中创建一个光质感网页设计
    24点算法之我见
    PS网页设计教程XIX——在Photoshop中创建一个优雅的作品集的网页布局
    PS网页设计教程XXII——在PS中创建单页复古网页布局
  • 原文地址:https://www.cnblogs.com/harrychinese/p/blazor_docs.html
Copyright © 2020-2023  润新知