The Catch Block The Catch Block #65 - GitHub Copilot, Randomness, and Accessibility GitHub Copilot causes a stir. Plus GraphQL, accessibility, randomness, and xoshiro. by Matthew Jones
Blazor C# ASP.NET Solitaire in Blazor Part 5 - Double-Click Shortcut and Autocomplete Let's finish our Solitaire in Blazor and C# implementation by adding two nice-to-have features! by Matthew Jones
Windows The Catch Block The Catch Block #64 - Windows 11, GitHub Issues, and Why Remote Meetings Suck Snap layouts, Teams integration, Android support; the new Windows looks pretty nice! by Matthew Jones
Blazor C# ASP.NET Solitaire in Blazor Part 4 - Drag and Drop Let's implement drag-and-drop and build a working game of Solitaire! by Matthew Jones
The Catch Block Visual Studio The Catch Block #63 - Hooray for Visual Studio 2022! The new IntelliCode feature is amazing! Plus .NET 6 Preview 5, C# pattern matching, Gravatar, and telling yourself to shut up. by Matthew Jones
Blazor C# ASP.NET Solitaire in Blazor Part 3 - Drawing, Discarding, and the Stacks The first part of the main Solitaire functionality will be done in this post! by Matthew Jones
The Catch Block The Catch Block #62 - Ten Quality Reads #1 Ten quality reads for your enjoyment! by Matthew Jones
Blazor C# Games Solitaire in Blazor Part 2 - The C# Classes We need classes for a Card, the DrawPile, the DiscardPile, SuitPiles, and the Stacks. by Matthew Jones