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]
ASP.Net 2.0 - Display an RSS feed on your site
An ASP.Net 2.0 example of displaying an RSS feed from another source onto your website with minimal code whilst retaining some VB.Net for future developments. The example uses a GridView and XMLDataSource to bind an RSS feed which is assigned to the XMLDataSource in the VB.
[More]