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]
Generate Thumbnail - VB.Net
A function that automatically creates a separate thumbnail of an uploaded/existing image on the file system. The code also takes into account the image quality loss that some image conversion examples have. The code is written in VB.Net and is called once the image has been uploaded and the logic checks to see if the conversion is required.
[More]