Top "Blazor" questions

Blazor lets you build interactive web UIs using C# instead of JavaScript.

Blazor Project structure / best practices

My company is moving from a legacy codebase to a more modern platform and we are moving to Blazor. We …

c# mvvm .net-core blazor blazor-server-side
How to make two-way binding on Blazor component

I want to create custom input, so I created this component: MyInputComponent.razor: <div> <input type="text" @…

c# blazor
Blazor Adding HttpClientHandler to add Jwt to HTTP Header on requests

I am using the Visual Studio 2019 and .Net Core 3.0.0-preview-7 with the standard Blazor Client, Server and Shared templates. In …

c# asp.net-core blazor blazor-client-side