Blazor Modeling Practice ASP.NET Tetris in Blazor Part 4: Displaying the Grid and a Falling Tetromino Let's write up Blazor components to show the game grid, and write a game loop to make the tetrominos fall! by Matthew Jones
Blazor Modeling Practice Tutorials Tetris in Blazor Part 3: Tetrominos Four parts each, in different layouts. Let's build them all! by Matthew Jones
The Catch Block Burnout Series The Catch Block #52 - Balance, Devaluation, CQRS, and Slack Plus job listings, REST APIs, feedback, and biases. by Matthew Jones
Blazor Modeling Practice Games Tetris in Blazor Part 2: Cells, the Grid, and the Game State Let's start the process of making Tetris in Blazor by building the C# classes for the grid, the cells, and the game state. by Matthew Jones
The Catch Block Burnout Series The Catch Block #51 - No More Learning, Boringness, SSDs, and Spock Plus Maslow's hierarchy, OpenTelemetry v1, C# 10, dispassion, jobs, and MAUI. by Matthew Jones
Blazor Modeling Practice ASP.NET Tetris in Blazor WebAssembly We're going to build Tetris, a true video game, using Blazor WebAssembly, C#, and ASP.NET. Part 1 of 6. Check it out! by Matthew Jones
The Catch Block The Catch Block #50 - Unclear Directions, .NET 6 Preview 2, and Working for Others Plus a task-based UI, a new software project checklist, JWT tokens, and more! by Matthew Jones
Testing C# Sample Project Unit Testing 101: Write your first unit test in C# with MSTest Do you want to start writing unit tests? and you don't even know where to start? Let's write our first unit tests in C# with MSTest. by Cesar Aguirre