Exception Not Found

Yahtzee in Blazor WebAssembly Part 1: The C# Model

Let's build the classic dice game in C#, ASP.NET Core, and Blazor!

Creating C# Enums from a SQL Database using T4 Text Templates

Let's use T4 Text Templates to generate C# enums from SQL tables. Example code included!

Using Conditional C# LINQ Clauses to Make A Multiple-Input Search Engine

Let's use cool extensions to LINQ to search board games by different properties!

Modeling Ticket to Ride in C# Part 6: Structure, Scoring, and Drawbacks

Let's do the final bit of work to make our C# Ticket to Ride simulation complete!

Modeling Ticket to Ride in C# Part 5: Player Drawing Cards

Let's have our players draw new destination cards and train cards!

Exception Not Found © 2026