16 questions with Blazor Training tags

Sort by: Updated
3 answers

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.
16 questions
asked 7 Jun 2024, 11:18
FRED 10 Reputation points
answered 16 Feb 2025, 01:33
James Gill 0 Reputation points
1 answer One of the answers was accepted by the question author.

I have not been able to complete this module

I did everything exactly as this article states and cannot get this code to run correctly. I have troubleshooted with co pilot and git hub. I'm new to programming so I'm sure there is a knowledge gap that I just can't seem to reconcile. I will hold on to…

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.
16 questions
asked 4 Feb 2025, 08:58
Brandon Shaw 20 Reputation points
commented 7 Feb 2025, 04:03
Pradeep M 6,015 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

I cant see a component which i added as MyButton.razor

I added a component like this: Right-click on pages>add > razor component and this the code: @page "/MyPage" <h3>My Page</h3> <p role="status">Current Time: @currentTime</p> <button class="btn…

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.
16 questions
asked 3 Feb 2025, 15:30
Nafim 25 Reputation points
commented 3 Feb 2025, 16:03
Nafim 25 Reputation points
1 answer One of the answers was accepted by the question author.

'Interact with data in Blazor web apps' Training module out of order

Pages 4 & 5 are…

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.
16 questions
asked 20 Jan 2025, 00:21
Pino 20 Reputation points
edited the question 23 Jan 2025, 03:42
Pradeep M 6,015 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

need a using directive in the Blazor- use pages,routing etc Exercise:Change navigation

This example should have a @using BlazingPizza.Services before @inject OrderState OrderState otherwise it throws an error on build This question is related to the following Learning Module

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.
16 questions
asked 17 Jan 2025, 18:57
Ed Friesema 21 Reputation points
edited the question 23 Jan 2025, 03:39
Pradeep M 6,015 Reputation points Microsoft Vendor
1 answer

GetPizzasAsync does not contain a definition

I'm following the tutorial where this is step 4: https://learn.microsoft.com/en-us/training/modules/interact-with-data-blazor-web-apps/4-access-data-from-blazor-components There's a code section that shows this: namespace BlazingPizza.Data; public class…

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.
16 questions
asked 13 Nov 2024, 21:47
Bill Mackin 0 Reputation points
edited a comment 20 Jan 2025, 01:28
Pino 20 Reputation points
1 answer

Getting "An unhandled exception has occurred" message when working on the Blazor app in Use pages, routing, and layouts to improve Blazor navigation module

I have been working on the Blazor app in Use pages, routing, and layouts to improve Blazor navigation module and every time I try to load the browser page, the pizza cards show up for a second and then disappear and I get a message that says "An…

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.
16 questions
asked 9 Jan 2025, 16:02
Mara McConnell 25 Reputation points
commented 15 Jan 2025, 04:06
Pradeep M 6,015 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Learning blazor, stuck on todo page

I was following the blazor learning path. I was on the 3. level: https://learn.microsoft.com/en-us/training/modules/build-blazor-todo-list/3-exercise-data-binding I created a Todo.razor page according to the instructions but when I run the project and…

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,664 questions
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.
16 questions
asked 19 Dec 2024, 10:03
Murat Şeşen 20 Reputation points
edited a comment 20 Dec 2024, 06:09
Pradeep M 6,015 Reputation points Microsoft Vendor
1 answer

Blazor Tutorial is "out of date"?

This question has been deleted. This question has been deleted. This question has been deleted.

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.
16 questions
asked 19 Nov 2024, 16:42
Compton MacKenzie 0 Reputation points
edited a comment 22 Nov 2024, 03:36
Pradeep M 6,015 Reputation points Microsoft Vendor
1 answer

Dropdown OnChange Event Not Triggering Server Calls After Migrating from Blazor Server to WebAssembly (.NET 6 to .NET 8

I upgraded the application from blazor server .NET 6 to blazor web assembly .NET 8 with that update the blazorise version also and Server application is also upgrade to ASP.NET Core 8 application with API integration is loading proper on all page but ,…

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.
16 questions
asked 30 Oct 2024, 13:03
Bharti Kushwaha 0 Reputation points
edited a comment 13 Nov 2024, 12:03
Pradeep M 6,015 Reputation points Microsoft Vendor
2 answers

Can run the CLI

As I entered this cli: dotnet new blazorserver -o BlazingPizzaSite here's the error: No templates or subcommands found matching: 'blazorserver' To list installed templates similar to 'blazorserver', run: dotnet new list blazorserver To search for the…

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.
16 questions
asked 4 Nov 2024, 08:26
Van Ngoc Thang 0 Reputation points
commented 7 Nov 2024, 04:26
Pradeep M 6,015 Reputation points Microsoft Vendor
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.
16 questions
asked 28 Aug 2024, 16:37
Steven Scearce IV 6 Reputation points
commented 30 Aug 2024, 04:02
Pradeep M 6,015 Reputation points Microsoft Vendor
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.
16 questions
asked 7 Aug 2024, 08:33
Ben Tan 0 Reputation points
edited the question 11 Aug 2024, 02:46
Pradeep M 6,015 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.
16 questions
asked 18 Jul 2024, 13:06
Ricardo Cadete 0 Reputation points
edited the question 22 Jul 2024, 04:08
Pradeep M 6,015 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.
16 questions
asked 8 Jul 2024, 13:16
Ricardo Cadete 0 Reputation points
commented 12 Jul 2024, 12:21
Pradeep M 6,015 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.
16 questions
asked 3 Jul 2024, 21:26
Wilkerson, Christian 0 Reputation points
commented 5 Jul 2024, 04:57
Pradeep M 6,015 Reputation points Microsoft Vendor