Exception Not Found

Deploying a .NET Core Blazor App to Netlify using GitHub Actions

Part of deploying a brand new site is getting the build process set up. For my new project, BlazorGames.net [https://blazorgames.net/], I decided to host the site (which is built in Blazor WebAssembly) on Netlify after hearing many good things about that service, and specifically how it integrated

Setting the Page Title in a Blazor App

Let's set the page title using a Blazor component and a bit of JavaScript!

Minesweeper in Blazor WebAssembly Part 2: The Blazor Component

Let's build a Blazor Component so we can play Minesweeper with it!

Minesweeper in Blazor WebAssembly Part 1: C# Implementation

Let's build the computer game Minesweeper using C# and Blazor WebAssembly! Sample project included.

Overview of API Versioning in ASP.NET Core 3.0+

Describing the most common API versioning methods using Microsoft.AspNetCore.Mvc.Versioning package functionality

Exception Not Found © 2026