C# Enumerations Tutorials 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! by Matthew Jones
The Catch Block The Catch Block #22 - Technical Communication is Hard, Yo Ever tried to explain "copy and paste" to a 10-year-old who has never heard those words? by Matthew Jones
LINQ C# ASP.NET Razor Pages Using Conditional C# LINQ Clauses to Make A Multiple-Input Search Engine Let's use cool extensions to LINQ to search board games by different properties! by Matthew Jones
The Catch Block The Catch Block #21 - Tips for Blind Code Reviews Plus TypeScript's new website, console apps, maintaining vs. building, and translating design into code. by Matthew Jones
Modeling Practice Games C# Modeling Ticket to Ride in C# Part 6: Structure, Scoring, and Drawbacks Let's do the final bit of work to make our C# Ticket to Ride simulation complete! by Matthew Jones
The Catch Block The Catch Block #20 - A New Design, Looking for Guest Writers, and Perfection Plus overengineering, Mobile Blazor, concise vs clean, and the ultimate home office. by Matthew Jones
Modeling Practice C# Sample Project Modeling Ticket to Ride in C# Part 5: Player Drawing Cards Let's have our players draw new destination cards and train cards! by Matthew Jones
Modeling Practice C# Sample Project Modeling Ticket to Ride in C# Part 4: Player Claiming Routes How does a player claim a route, or even know what colors they need to do so? Let's make our players smarter! by Matthew Jones