Code
In this section you'll find articles about code, and the code itself:
How To Kill a Process Tree
How to terminate a process and all processes started by that process.
Console Process
A Console Process class for .NET 2.0. Runs console processes with a host of other options, such as an automatic timeout, 'near real-time' redirected I/O, etc.
Bug in .NET Command Line Arguments
Read about an insidious little bug in Environment.GetCommandLineArgs and how to get around it.
Events in C# and VB.NET
A look at the different ways in which C# and VB.NET handle event declarations - and how QuickCode.NET can help.
Text, Encodings, and .NET
How and when to use a text encoding when reading and writing text files in .NET.
Auto-Detecting Text Encoding
How to use the built-in Encoding.GetEncodings collection to detect the encoding of text files.
Transparent State Images in Tree Views
State images in tree view controls are second class citizens, because transparency is not supported. Here's how to get around that.