C# Thumbnail Generator
A C# version of the thumbnail generated as posted before on this blog. This is the raw code so you should be able to read C# already.
[More]
C# Select Case = Switch
Conversion of a VB.Net Select Case statement to a C# switch statement to perform the same task. Handy tip for people converting from one to the other.
[More]