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]
Posted: Dec 02 2008, 18:54 by Adrian | Comments (702) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: ASP.Net 2.0 | C# | VB.Net

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]
Posted: Nov 27 2008, 20:29 by Adrian | Comments (633) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: ASP.Net 2.0 | VB.Net | C#

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]
Posted: Sep 24 2008, 17:01 by Adrian | Comments (479) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: VB.Net | ASP.Net 2.0

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]
Posted: Sep 23 2008, 14:28 by Adrian | Comments (1224) RSS comment feed |
  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: VB.Net