Click here to Skip to main content
15,881,938 members
Everything / Web Development / Blazor

Blazor

Blazor

Great Reads

by Shaun C Curtis
A detailed look at the anatomy and workings of a Blazor Server Component
by Scott Ward
Using extension methods to make working with JavaScript in .NET Blazor easier to work with
by Ev Uklad
Demonstration of how to create an externally extendable dynamic page, which will support all controls that we can add later in a separate assembly without the recompilation of the dynamic page
by Shaun C Curtis
How to build Blazor Edit Forms that manage state

Latest Articles

by Rikam
Utilizing local storage in Blazor for enhanced user experiences
by Dev Leader
A tutorial on unit testing in Blazor development that discusses code quality and catching errors early in the software development process.
by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
by Shaun C Curtis
How to debug Blazor Components

All Articles

Sort by Score

Blazor 

19 Jan 2022 by Scott Ward
Using extension methods to make working with JavaScript in .NET Blazor easier to work with
26 Jun 2023 by Pete O'Hanlon
Rather than littering a razor component with @if (a == b) logic to show items, use render fragments to make a declarative component
15 Apr 2021 by Daniel H. W.
Toggle Buttons to select different options without JavaScript
6 Jun 2021 by aditya pewekar
Custom JQuery datepicker component using Blazor
5 Aug 2022 by Tarek Najem
A new Blazor component to facilitate the use of the FontAwesome framework in Blazor
6 Jun 2021 by aditya pewekar
Custom component to handle checkbox after confirmation modal popup
31 Jan 2020 by Christian Del Bianco
In this simple example, we are going to see how to update an HTML page when a SQL Server table change occurs, without the need to reload the page or make asynchronous calls from the client to the server.
10 Feb 2022 by ferdrodrigues
Implementation of a folder tree in front-end and back-end
5 May 2021 by Shaun C Curtis
For and ForEach Iteration in Blazor Components
28 Apr 2020 by Member 3531622
A HtmlEditor written in Blazor based on AngleSharp