2 - Experienced

Creating an XNA Build Agent for TeamCity

Explains how to set up a lightweight XNA build agent for the TeamCity Continuous Integration Server in a virtual machine, without installing XNA Game Studio Express or even an IDE at all.

Secrets of IDisposable

There have been some confusing articles around, telling people to always create destructors or to dispose of objects in the destructors. This guide tries to explain the details of IDisposable and how it is really meant to be used.