Creating C# Enums from a SQL Database using T4 Text Templates
Let's use T4 Text Templates to generate C# enums from SQL tables. Example code included!
Let's use T4 Text Templates to generate C# enums from SQL tables. Example code included!
Let's use cool extensions to LINQ to search board games by different properties!
Let's have our players draw new destination cards and train cards!
How does a player claim a route, or even know what colors they need to do so? Let's make our players smarter!
Let's go route-finding with our C# classes to determine how to get from A to B!