I’ve been playing around with Windows Installer XML (WiX) recently – I used it to create the installer for Year Chart and I’ve since converted a couple of internal projects (I may publish them later) which I had originally created InstallShield installers for (with the version that came with older versions of Microsoft Visual Studio). [...]
Loading Java Properties Files in C#
Java style properties files are not supported in C# – so here is a class that reads and writes Java “.properties” files.
Overriding Static Methods in Java
You can’t override static methods in Java – so here are some alternative (more OO) solutions.

