The Catch Block ASP.NET Core .NET 5.0 The Catch Block #35 - .NET 5.0 Extravaganza! Let's talk about the big releases of .NET 5.0, ASP.NET Core 5.0, C# 9.0, Entity Framework Core 5.0, and F# 5. by Matthew Jones
C# ASP.NET Core Dapper Using a Dapper Base Repository in C# to Improve Readability Let's implement a base Dapper class in C# to make our Repositories more readable! by Matthew Jones
Blazor C# ASP.NET Core Yahtzee in Blazor WebAssembly Part 2: The Blazor Component Let's finish our Yahtzee implementation using Blazor, C#, and ASP.NET Core! by Matthew Jones
Blazor Modeling Practice Games Yahtzee in Blazor WebAssembly Part 1: The C# Model Let's build the classic dice game in C#, ASP.NET Core, and Blazor! by Matthew Jones
Blazor Games Simulations 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. by Matthew Jones
GitHub Netlify ASP.NET Core Deploying a .NET Core Blazor App to Netlify using GitHub Actions by Matthew Jones
Blazor Tips Sample Project Setting the Page Title in a Blazor App Let's set the page title using a Blazor component and a bit of JavaScript! by Matthew Jones
Blazor Sample Project ASP.NET Core Minesweeper in Blazor WebAssembly Part 2: The Blazor Component Let's build a Blazor Component so we can play Minesweeper with it! by Matthew Jones