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