'Interact with data in Blazor web apps' Training module out of order
Pages 4 & 5 are…
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
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…
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…
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 Tutorial is "out of date"?
This question has been deleted. This question has been deleted. This question has been deleted.
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…
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 ,…
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…
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.
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…
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…
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…
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…