Click here to Skip to main content
15,860,859 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 

16 Jun 2021 by Shaun C Curtis
A detailed look at the anatomy and workings of a Blazor Server Component
17 Oct 2020 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
10 Feb 2021 by Shaun C Curtis
How to build Blazor Edit Forms that manage state
20 Nov 2023 by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
1 Aug 2018 by Ajcek84
Client-side music notation rendering in Blazor
14 Jul 2023 by Shaun C Curtis
How to build a suite of base components for Blazor
27 Nov 2018 by Ajcek84
Using locality-sensitive hashing algorithm to improve performance of searching of musical incipits
7 Apr 2021 by Shaun C Curtis
How to build the CRUD List Presentation/UI Layer in a Blazor Database Application
30 May 2018 by syed shanu
This article will explain in detail about, how to create an ASP.NET Core Blazor Filter and Sorting for HTML Table using Entity Framework and Web API.
5 Aug 2019 by Vincent Maverick Durano
This is the first article of the ASP.NET Core and Blazor Code Venture series. The goal of this article series is to build a data driven Blazor app from scratch starting from setting up your development workspace, authentication, data access with CRUD, consuming Rest APIs and down to deployment.
4 Apr 2021 by Shaun C Curtis
How to build a single Blazor application that runs in both WASM and Server Modes
7 Apr 2021 by Shaun C Curtis
How to build the UI Controls in a Blazor Database Application
16 Feb 2021 by Shaun C Curtis
How to build an Edit Framework for Blazor Forms
16 Apr 2022 by Graeme_Grant
Blazor Component method callback from an external RenderFragment Template
22 Jan 2022 by Graeme_Grant
User preference theme support - supporting OS / Browser preference to custom user selection
13 Jun 2018 by syed shanu
In this article, let’s see how to create our own ASP.NET Core Blazor Master Detail HTML Grid with Sorting and Filtering using Entity Framework, and Web API. We also use the Dynamic Content features of Blazor to create our Master Detail Grid.
11 Aug 2020 by Shaun C Curtis
A guide to async programming in Blazor
31 Oct 2022 by Shaun C Curtis
Rethinking the Blazor Component
6 Jan 2022 by Shaun C Curtis
This article shows how to build a Blazor Server Application from the ASPNetCore template.
7 Aug 2023 by George Swan
How to use Fluxor to progress applications along clearly defined pathways
13 Nov 2020 by Ziya Mollamahmut
Localizing ASP.NET Core powered by online translation and auto resource creating...
4 Feb 2020 by syed shanu
How to getting started and work with new Mobile Blazor Binding for developing Cross-Platform mobile application using Blazor
6 Dec 2020 by Xomega Team
How to write multi-platform UI framework independent presentation logic
18 Dec 2020 by Shaun C Curtis
Blazor Component update process explored
16 Mar 2021 by Shaun C Curtis
A Blazor control to manage and monitor edit state in a form
24 Jan 2023 by Shaun C Curtis
An article describing how to create services that have the same scope as a Blazor Page/Form
30 Mar 2023 by Shaun C Curtis
This article describes how to build an Edit State Tracker for Blazor that integrates into EditForm and EditContext.
5 Sep 2023 by Shaun C Curtis
How to debug Blazor Components
5 Mar 2020 by syed shanu
How to draw our own Bubble chart using ASP.NET Core Blazor Web Application using HTML5 Canvas
1 Sep 2022 by Shaun C Curtis
An in depth look at how to use Blazor's OwningComponentBase
17 Apr 2021 by Ev Uklad
How to develop a Blazor server application dynamically and generate UI from Entity Framework using open-source Platz.SqlForms including master-details data entry
4 Jan 2023 by Bert O Neill
How to incorporate repository pattern
17 May 2018 by syed shanu
In this article, we will see how to create a simple CRUD application for ASP.NET Core Blazor using Entity Framework and Web API.
4 Feb 2020 by syed shanu
In this article, we will learn how to getting started and work with new Mobile Blazor Binding for developing Cross-Platform Mobile application using Blazor.
20 Jan 2021 by Ev Uklad
Demonstration of this amazing technology that Microsoft released two years ago as a part of ASP.NET Core - Blazor!
25 Feb 2021 by Shaun C Curtis
How to combine Razor, Blazor WASM and Server SPAs under the same roof
16 Dec 2020 by Shaun C Curtis
How to customize default CSS setup in Blazor, and a look at the new Scoped CSS
6 Feb 2023 by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
31 Jul 2018 by syed shanu
In this article, let’s see how to create our own ASP.NET Core Blazor Master Detail HTML CRUD (Insert, Update, Select and Delete) for both Master and Detail Grid with Sorting and Filtering using Entity Framework, and Web API.
6 Aug 2018 by syed shanu
In this article, let’s see how to create our own ASP.NET Core Blazor Shopping Cart using Entity Framework, and Web API
7 Apr 2021 by Shaun C Curtis
How to structure and build a Blazor Database Application
22 May 2019 by syed shanu
How to create a simple game development web application using ASP.NET Core Blazor, .NET Core 3.0 Preview and with Visual Studio 2019
7 Apr 2021 by Shaun C Curtis
How to build the CRUD Data Layers in a Blazor Database Application
29 Jan 2023 by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
15 Apr 2021 by Ev Uklad
How to develop a Blazor server application dynamically and generate UI from visually designed entities using Platz.SqlForms open-source
17 Aug 2021 by Shaun C Curtis
Demystifying the Blazor UI Event and Rendering
6 Feb 2022 by Graeme_Grant
ARIA compliant normal and EditForm Toggle switches with light & dark theme support baked in. Six bonus custom skins included.
7 Apr 2021 by Shaun C Curtis
How to build the CRUD Viewer and Editor Presentation/UI Layer in a Blazor Database Application
1 Jan 2020 by syed shanu
How to create a simple CRUD application for ASP.NET Core Blazor using Visual Studio 2019, .NET Core 3, Entity Framework and Web API
18 Jun 2019 by syed shanu
In this article, we will see in detail how to use Authentication and Authorization using Blazor ServerSide application.
17 Mar 2021 by Shaun C Curtis
A Blazor inline dialog control to lock all page controls except those within the form.
25 Mar 2023 by Shaun C Curtis
How to build a Modal Dialog for Blazor
13 Apr 2021 by Shaun C Curtis
This article shows how to add Dynamic Routing, Layouts and RouteViews to the Blazor App Component.
3 Feb 2023 by Ev Uklad
Developing applications based on Flows, Forms, and Rules using type-safe advantages of C#
23 Apr 2021 by Shaun C Curtis
How to build a DataList control in Blazor
10 Jun 2021 by MESCIUS
Here are the top ten things you wish Blazor could do — that it actually does!
18 Jan 2022 by Shaun C Curtis
How to build a Bootstrap Toaster in Blazor
4 Jan 2023 by Shaun C Curtis
This article demonstrates how to build an Autocomplete control.
3 Jun 2020 by Akshay Srinivasan2
Step by step process to deploy Blazor Server-side app to an existing installation of Linux Distro Ubuntu
3 Jun 2020 by Akshay Srinivasan2
The HTML Canvas element allows for Drawing. This article describes how to use it with Blazor Server-side.
16 Mar 2021 by Shaun C Curtis
A Blazor validation control to manage and monitor validation state in a form.
31 Jul 2018 by Ajcek84
Music notation in Blazor - Part 2
5 Feb 2024 by Rikam
Utilizing local storage in Blazor for enhanced user experiences