Click here to Skip to main content
15,886,199 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 Nicolas DESCARTES
How to implement authentication in Blazor and ASP.NET Core ?
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

All Articles

Sort by Score

Blazor 

22 Jan 2020 by Jeremy Likness
Blazor Server and Blazor WebAssembly (client) don't store state by default, resulting in a subpar user experience. This article tackles solutions to the problem.
20 Nov 2019 by Jeremy Likness
Advanced Blazor techniques are covered such as sharing Razor class libraries between a Blazor WebAssembly project and Blazor server-side. Shows how to reference embedded resources like JavaScript libraries, debug on server-side then deploy as client-side and debug in the browser.
15 May 2020 by Jeremy Likness
How to use EF Core and Cosmos DB with Blazor WebAssembly
26 May 2020 by Jeremy Likness
How can you connect securely without storing credentials in the client and hosting your own identity service? The solution is to use Azure Active Directory for authentication and communicate securely with a serverless Azure Function.
21 Jul 2021 by Jeremy Likness
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.
21 Jul 2021 by Jeremy Likness
In this article I demonstrate multi-tenancy in a Blazor Server app
22 Nov 2023 by Dev Leader
A tutorial on unit testing in Blazor development that discusses code quality and catching errors early in the software development process.
21 Nov 2019 by Jeremy Likness
Build data-driven .NET applications with seamless client-server communication using fluent C# LINQ over OData (like GraphQL but without the JSON).
21 Jul 2021 by Jeremy Likness
Two methods and their comparison for Autocomplete pattern which is used to make it easier for users to select items from a long dropdown list