Create a SQL Select statement using an optional where parameter rather than having to convert the call into a TSQL dynamic query.
[More]
Missing Visual Studio 2008 Templates, re-install them using the instructions mentioned in this post.
[More]
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]
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]
Here is a handy bit of SQL used to search a database for tables that contain a specific column name.
[More]
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]
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]