Exception Not Found

Modeling Ticket to Ride in C# Part 2: Classes and Board Setup

Let's model the game board, destination cards, train cards and more with C# classes!

Modeling Ticket to Ride in C# Part 1: Intro and Game Rules

We're starting a new C# Modeling Practice series, and this time it's a classic board game: Ticket to Ride!

Conway's Game of Life (With Emojis!) in C# and Blazor WebAssembly

Let's build the classic cellular simulation using C#, .NET Core, Blazor, and skulls! Or cats. Or aliens.

Using Blazor WebAssembly and C# to Build Tic-Tac-Toe in .NET Core

Let's build the classic kids' game using Blazor, C#,and .NET Core! As always, there's a 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