Series December 17, 2023
60 min read

Creating a Blazor Application

image

Creating a Blazor Application

Blazor is an open-source framework from Microsoft that allows you to build modern front-end applications using C#, HTML, CSS and Razor.

In this series, I present how to work with Blazor, explaining the difference between the hosting options (Client-side, Server-side and Hybrid), the structure of a Blazor project and demonstrating how to create a Blazor WebAssembly App, which provides a SPA user experience.

In this series, I also cover the new "Blazor Web App" (released with .NET 8), which allows you to develop apps that render content at either component or page level with interactive Server rendering and WebAssembly rendering, or even static apps.

Below, you’ll find all articles in the series, along with the GitHub repository containing the full source code.

Articles in the Series

Source Code

Share:

If you found this article helpful, consider supporting my work via Buy me a coffee ☕ or becoming a GitHub Sponsor using the buttons below 👇. It helps me keep creating more content like this.

Related Articles

Prompt Engineering
SeriesFeb 02, 2026
24 min read
Prompt Engineering
C# 14 - New Features
SeriesJan 18, 2026
11 min read
C# 14 - New Features

Subscribe to the Newsletter

Get notified when new articles are published. No spam, unsubscribe anytime.