GZip and Deflate page compression in ASP.NETUsing GZip and Deflate to compress your pages
C# Google maps postcode parserDoes a Google maps lookup on all postcodes from a webpage, and plots them with Google maps.
Network tools sourceThe source code for the network tools page.
Const vs Readonly in C#The differences between const and readonly.
C# Password generatorGenerate random alpha-numeric and prounceable passwords.
C# ACL exampleUsing access control lists in C#.
Streaming binary/text data via the web in C#Streaming or downloading text and binary from a website in C#.
Binary upload to SQL Server in C#A small tool for uploading binary data to a SQL Server database.
Method invocation in C#A very basic example of reflection in C#
Richtext box Caret exampleChanging a Richtextbox caret in C#, plus tab autocompletion.
Reflection and type discovery in C#A small application that loads an assembly and displays its types in a treeview.
Image conversion in C#A small C# app to convert to/from jpg,gif,tif,png.
LDAP/Active directory in C#An application for displaying the LDAP (open LDAP, AD) tree of an LDAP database.
Optimum textfile reading in C#Reading ascii text files fast.
MD5 and SHA in C#Wrapper class for MD5 and SHA encryption methods.
Symmetric encryption in C#Symmetric (two way/key based) encryption wrapper class.
Sending messages to windows in C# via winapiUsing EnumWindows, SendMessage in C#
Serialization as a database in C#Using serialization as persistent object store (in non bs-bingo: a database)
C# XML Browser demo appReading nodes into one big tree, including node values and attributes
SQL Server Report format converterA tool for converting SQL Server report format files to a SQL script.
XML Comment Cheat Sheet.NET XML Documentation guide + cheat sheet