blazor-workshop icon indicating copy to clipboard operation
blazor-workshop copied to clipboard

Blazor workshop

Results 56 blazor-workshop issues
Sort by recently updated
recently updated
newest added

On this page: https://github.com/dotnet-presentations/blazor-workshop/blob/master/docs/05-checkout-with-validation.md The doc mentions replacing input with InputText, but it does not specifically mention replacing bind with @bind-Value. You do show this in the sample code, but...

This outcomments required attributes above certain fields in Address.cs which otherwise results in an exception being thrown when following the guide from save-point 00, at save-point 02 (when clicking the...

Please help me, Hai friend...how to step by step running blazor client and blazor server in localhost. Thx verymuch

No new features here, but updated from .NET 7 to .NET 8 To Do: introduce the various rendering models and apply them to various pages to teach how to create...

Is there any plan to upgrade this workshop source code to .NET 8 and add / update the code based on new features released in Blazor?

Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2] Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user. User can log in, but pizzas added before logging in are not restored and not re-directed to...

The goal of this PR is to make a better user experience by setting the default item in the dropdown of the topping when: - The user adds one of...

I'm following this tutorial and in chapter 9 the javascript file doesn't do anything. I always get an error in the console. ![image](https://github.com/dotnet-presentations/blazor-workshop/assets/101824089/2bbdcc88-f6d1-4671-ad53-27f2a18675f2) even if I launch the finished project...

Since /myorders was not decorated with [Authorize] Attribute. So I think, type /myorders page in browser address bar, this page will acess the /orders api, then get 401 , the...