4 questions with Blazor Training tags

Sort by: Updated
1 answer

Dotnet pack -c debug

In this tutorial, https://learn.microsoft.com/en-gb/training/modules/blazor-build-reusable-components/5-nuget-package there is the instruction to run 'dotnet pack' but this does not create the the file at My.FirstClassLibrary.0.1.0.nupkg to your…

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
4 questions
asked 2024-07-18T13:06:55.6233333+00:00
Ricardo Cadete 0 Reputation points
edited the question 2024-07-22T04:08:46.97+00:00
Pradeep M 1,715 Reputation points Microsoft Vendor
1 answer

Missing css style for spinner-grow

At the Blazor Traninig exercise i noticed that the progress red ball was not working. https://learn.microsoft.com/en-gb/training/modules/blazor-build-rich-interactive-components/3-exercise-use-javascript-libraries-blazor-apps I add to include this CSS at…

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
4 questions
asked 2024-07-08T13:16:11.4533333+00:00
Ricardo Cadete 0 Reputation points
commented 2024-07-12T12:21:48.79+00:00
Pradeep M 1,715 Reputation points Microsoft Vendor
1 answer

Build web apps with Blazor Tutorial

First I may not have had to ask this question if there was a sufficient search feature other than the limited Tags and if a question has an answer checkbox. Exercise - Reuse components by creating a template Adding: [Parameter, EditorRequired] public…

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
4 questions
asked 2024-07-03T21:26:33.11+00:00
Wilkerson, Christian 0 Reputation points
commented 2024-07-05T04:57:32.17+00:00
Pradeep M 1,715 Reputation points Microsoft Vendor
1 answer

No templates or subcommands found matching: 'blazorserver'

Question Under "Create Blazor components" Section There is a dotnet command for creating a Blazor app by using the blazorserver template in CLI, it doesn't work anymore. The command is below: dotnet new blazorserver -o BlazingPizzaSite -f…

Blazor Training
Blazor Training
Blazor: A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.Training: Instruction to develop new skills.
4 questions
asked 2024-06-07T11:18:52.7766667+00:00
FRED 5 Reputation points
answered 2024-06-28T10:42:13.14+00:00
Pradeep M 1,715 Reputation points Microsoft Vendor