7 questions with Blazor Training tags

Sort by: Updated
1 answer

How to specify training to use Visual Studio instead of command line

I have been going through the Blazor training path and had specified using Visual Studio. Now, it has switched to using command line instead. How can I switch it back to showing the directions using Visual Studio.

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.
7 questions
asked 2024-08-28T16:37:38.28+00:00
Steven Scearce IV 6 Reputation points
commented 2024-08-30T04:02:42.4033333+00:00
Pradeep M 3,270 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

I don't understand why I am this error:'Pizza' does not contain a definition for 'Toppings' and no accessible extension method 'Toppings' accepting a first argument of type 'Pizza' could be found (are you missing a using directive or an assembly reference

I am following the Microsoft learn doc and am simply copy and pasting https://learn.microsoft.com/en-us/training/modules/use-pages-routing-layouts-control-blazor-navigation/3-exercise-change-navigation-blazor-using-page-directive It generates an error…

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.
7 questions
asked 2024-08-15T22:20:10.7933333+00:00
Kevin Ear 20 Reputation points Microsoft Employee
accepted 2024-08-16T02:39:16.1233333+00:00
Kevin Ear 20 Reputation points Microsoft Employee
1 answer

emoji symbol in the code

Refer to the code, having problem to compile using .Net6 as the trg was based on .Net 6. https://learn.microsoft.com/en-us/training/modules/blazor-build-rich-interactive-components/7-exercise-reuse-components-creating-templates However, the below code…

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.
7 questions
asked 2024-08-07T08:33:19.26+00:00
Ben Tan 0 Reputation points
edited the question 2024-08-11T02:46:34.4266667+00:00
Pradeep M 3,270 Reputation points Microsoft Vendor
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.
7 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 3,270 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.
7 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 3,270 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.
7 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 3,270 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.
7 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 3,270 Reputation points Microsoft Vendor