Modeling Ticket to Ride in C# Part 2: Classes and Board Setup
Let's model the game board, destination cards, train cards and more with C# classes!
Let's model the game board, destination cards, train cards and more with C# classes!
We're starting a new C# Modeling Practice series, and this time it's a classic board game: Ticket to Ride!
Let's build the classic cellular simulation using C#, .NET Core, Blazor, and skulls! Or cats. Or aliens.
Let's build the classic kids' game using Blazor, C#,and .NET Core! As always, there's a sample project included.
Describing the most common API versioning methods using Microsoft.AspNetCore.Mvc.Versioning package functionality