Exception Not Found

Minesweeper in Blazor WebAssembly Part 1: C# Implementation

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

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.

Using XUnit Theory and InlineData to Test C# Extension Methods

Let's unit test a C# extension method using XUnit's [Theory] and [InlineData] attributes, so we can write lots of tests in little time!

Unit Testing ASP.NET 5.0 MVC Controllers with Moq and XUnit

Let's write unit tests for our ASP.NET 5.0 MVC Controller classes, using the goodness of XUnit, Moq, and C#!

Unit Testing the Business Layer in ASP.NET 5.0 with Moq and XUnit

Let's write some unit tests! Using Moq and XUnit, let's see how to unit test a sample ASP.NET 5.0 project's business layer.

Exception Not Found © 2026