Is there any good sample for blazor web assembly ?

mehmood tekfirst 766 Reputation points
2022-05-25T13:30:17.277+00:00

Hi,
I need the sample applications blazor web assembly (asp.net core 6).

What are the limitations of blazor web assembly ?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,389 questions
{count} vote

Accepted answer
  1. AgaveJoe 26,201 Reputation points
    2022-05-25T14:21:54.197+00:00

    I need the sample applications blazor web assembly (asp.net core 6).

    I recommend the official Blazor WASM tutorials on this site.

    ASP.NET Core Blazor tutorials

    Google is also a good tool for finding tutorials.

    What are the limitations of blazor web assembly ?

    Blazor is a browser based web application. It has all the features of a client side web application.

    ASP.NET Core Blazor

    The best path is to learn Blazor WASM basics then compare Blazor WASM features with your application requirements.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. AlexChow 11 Reputation points MVP
    2022-12-07T21:05:45.613+00:00

    You can try my simple site:

    SSR:

    https://zxingblazor.app1.es/

    WASM:

    https://zxingblazorwasm.app1.es/

    limitations of blazor web assembly ?

    for me : Debugging is inefficient and takes more time. Many nuget packages cannot be used. After adding some large nuget packages, the first loading time will greatly affect the customer experience。

    1 person found this answer helpful.
    0 comments No comments