Exception Not Found

Modeling Battleship in C# - Playing the Game

Let's complete our implementation of Battleship as a C# program and play a few thousand games!

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!

Modeling Battleship in C# - Introduction and Strategies

Let's build Battleship as a C# program!

Creating a Post Archive with the Ghost API and jQuery

I've long been missing an important feature in Ghost [https://ghost.org/], my blog publishing platform: there's no inherent feature to create a post archive, or a list of all my posts in one place. I've gotten several requests for this feature, so I finally decided to just sit down

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.

Exception Not Found © 2026