Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / web / Blazor

Blazor

Blazor

Great Reads

by MESCIUS
Here are the top ten things you wish Blazor could do — that it actually does!
by Shaun C Curtis
How to build a Bootstrap Toaster in Blazor
by Shaun C Curtis
A Blazor control to manage and monitor edit state in a form
by Shaun C Curtis
This article describes how to build an Edit State Tracker for Blazor that integrates into EditForm and EditContext.

Latest Articles

by MESCIUS
Here are the top ten things you wish Blazor could do — that it actually does!
by Shaun C Curtis
How to build a Bootstrap Toaster in Blazor
by Shaun C Curtis
A Blazor control to manage and monitor edit state in a form
by Shaun C Curtis
This article describes how to build an Edit State Tracker for Blazor that integrates into EditForm and EditContext.

All Articles

Sort by Score

Blazor 

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.
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
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.
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.
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.
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 Jeremy Likness
Build data-driven .NET applications with seamless client-server communication using fluent C# LINQ over OData (like GraphQL but without the JSON).
by Jeremy Likness
How to use EF Core and Cosmos DB with Blazor WebAssembly
by Jeremy Likness
In this article I demonstrate multi-tenancy in a Blazor Server app