23 questions with Blazor Training tags

Sort by: Updated
2 answers

Problem with Blazor InputSelect

I've been trying to learn Blazor and I've been working with a movie app tutorial that I got here: https://learn.microsoft.com/en-us/aspnet/core/blazor/tutorials/movie-database-app/?view=aspnetcore-9.0. I've added a lookup table with a "Star…

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.
23 questions
asked 2025-03-13T19:24:19.1366667+00:00
Rusty0918 0 Reputation points
answered 2025-03-14T15:19:15.5366667+00:00
Rusty0918 0 Reputation points
0 answers

Missing file in Learn module

I'm unable to complete the module named "Interact with data in Blazor web apps" because there are one or more files missing in the project files host on GitHub. Where can I find "Services/OrderState.cs" that's referenced in Unit 9 of…

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.
23 questions
asked 2025-03-14T14:05:39.4133333+00:00
Nathan 0 Reputation points
2 answers

How to upload pictrue or image file from directory where client saved

@page "/view-page" <h3>Blank View Page</h3> @for (int i = 0; i < tshirtItems.Count; i++) { <div class="tshirt-section"> <img src="@tshirtItems[i].ImagePath" alt="T-Shirt Image" /> …

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.
23 questions
asked 2025-03-10T15:20:11.26+00:00
MIPAKTEH_1 545 Reputation points
answered 2025-03-12T06:40:45.5833333+00:00
Ping Ni-MSFT 4,895 Reputation points Microsoft External Staff
1 answer

What to do; When load web appear menu "Item" right hand and click menu show picture left area We use Blazor Assembly standAlone.

1.TShirtItem.cs namespace TestBlazorApp.Models { public class TShirtItem { public string Name { get; set; } public string ImagePath { get; set; } } ```} 2.TShirtItem.razor @page "/tshirt-items" @using…

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.
23 questions
asked 2025-03-10T03:48:11.5+00:00
MIPAKTEH_1 545 Reputation points
answered 2025-03-10T09:15:13.8433333+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
1 answer

How to fix a cryptographic keys error

I have recently upgraded the my web app to .Net9. I am now getting this error message from a call to CosmosDB to get a specific record... System.Security.Cryptography.CryptographicException: The key {92c2f09a-14ff-4cea-8f15-e09dcec74987} was not found in…

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.
23 questions
asked 2025-02-22T18:17:25.01+00:00
Raymond Starkey 5 Reputation points
commented 2025-03-06T10:55:27.3266667+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
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.
23 questions
asked 2024-06-07T11:18:52.7766667+00:00
FRED 10 Reputation points
commented 2025-03-05T17:03:23.87+00:00
jp McCoy 0 Reputation points
1 answer

Managing Blazor Server Page State

Hi, I want to know about is there any method or technique available through which we can store our significant variables/maintain the page state in sessions under Blazor Server Pages? We are developing a high level blazor server application which needs…

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.
23 questions
asked 2025-03-04T04:51:04.4266667+00:00
Aima Maqsood 25 Reputation points
answered 2025-03-05T01:37:37.34+00:00
Zhi Lv - MSFT 33,161 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

A Network-related or Instance-specific error - TCP Provider - Error with Mac m4

It's like this, I have moved my web app Blazor from Windows computer to Mac Pro m4 previously I have not had problems with being able to access sql server but right now I can't in any way get access to the server at all. This is after I have switched 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.
23 questions
asked 2025-03-01T11:49:05.2366667+00:00
Jesper Petersen 45 Reputation points
accepted 2025-03-02T15:03:19.79+00:00
Jesper Petersen 45 Reputation points
1 answer

How to get a certificate in Blazor asp.net

I want to know how to get the free certificate on blazor asp.net. I tried learning from microsoft courses but it only provides badges.

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.
23 questions
asked 2025-02-24T17:38:17.1166667+00:00
Rakhi Pawar 0 Reputation points
edited an answer 2025-02-24T19:01:57.5933333+00:00
Bruce (SqlWork.com) 72,511 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.
23 questions
asked 2025-02-04T08:58:56.98+00:00
Brandon Shaw 20 Reputation points
commented 2025-02-07T04:03:01.87+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
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.
23 questions
asked 2025-01-20T00:21:46.81+00:00
Pino 20 Reputation points
edited the question 2025-01-23T03:42:17.13+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
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.
23 questions
asked 2025-01-17T18:57:40.7166667+00:00
Ed Friesema 21 Reputation points
edited the question 2025-01-23T03:39:17.4+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
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.
23 questions
asked 2024-11-13T21:47:11.3+00:00
Bill Mackin 0 Reputation points
edited a comment 2025-01-20T01:28:07.45+00:00
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.
23 questions
asked 2025-01-09T16:02:52.9566667+00:00
Mara McConnell 25 Reputation points
commented 2025-01-15T04:06:38.36+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
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,665 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.
23 questions
asked 2024-12-19T10:03:14.88+00:00
Murat Şeşen 20 Reputation points
edited a comment 2024-12-20T06:09:19.7866667+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
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.
23 questions
asked 2024-11-19T16:42:14.25+00:00
Compton MacKenzie 0 Reputation points
edited a comment 2024-11-22T03:36:02.6366667+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
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.
23 questions
asked 2024-10-30T13:03:46.0866667+00:00
Bharti Kushwaha 0 Reputation points
edited a comment 2024-11-13T12:03:22.51+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
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.
23 questions
asked 2024-11-04T08:26:15.49+00:00
Van Ngoc Thang 0 Reputation points
commented 2024-11-07T04:26:18.0666667+00:00
Pradeep M 6,500 Reputation points Microsoft External Staff
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.
23 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 6,500 Reputation points Microsoft External Staff
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.
23 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 6,500 Reputation points Microsoft External Staff