Modeling Practice C# Tutorials Modeling the Card Game War in C# Part 3 - Running the App Our card-game-WAR playing C# app is done! Now we can test it, and prove that it works correctly and fairly... I hope. by Matthew Jones
Modeling Practice C# Games Modeling the Card Game War in C# Part 1 - Background and Rules by Matthew Jones
Modeling Practice Tutorials Sample Project Modeling Battleship in C# - Playing the Game Let's complete our implementation of Battleship as a C# program and play a few thousand games! by Matthew Jones
Modeling Practice Tutorials Sample Project Modeling Battleship in C# - Components and Setup Let's build the C# classes for the board, ships, panels, and coordinates that we need to play our game of Battleship! by Matthew Jones
Modeling Practice Tutorials Sample Project Modeling Battleship in C# - Introduction and Strategies Let's build Battleship as a C# program! by Matthew Jones
ASP.NET C# Reflection Mapping DataTables and DataRows to Objects in C# and .NET Let's take data from DataTable, DataRow, and DataSet objects and use Reflection in .NET to map them automatically to full classes. by Matthew Jones