The Stack Overflow site has useful tools. Use C# to access them more readily.
Latest System Information Articles
Managing Your Drives Using C#
Sooner or later you'll need to find out about, and deal with, the various storage devices ("drives") available in your system.
Getting Started with Visual Basic: Getting the VB Software
After you've read this article, you're well on your way to becoming a Visual Basic developer.
Detecting USB Devices Using C#
Use the code provided to determine when a USB Thumb drive or other USB-based storage media is plugged in or removed.
Communicating Through USB Ports with Visual Basic
Has your USB stick been properly inserted, or has it been removed? A bit of VB code will resolve that question for you.
Using StackFrame and MethodBase to Determine Message Callers
By using classes such as StackTrace and MethodBase, you can easily find out message calling information.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

.NET Back to Basics: The Array Class
With facilities to search, copy, extract segments, and more, the array class can handle pretty much any task you need to perform with ease.

Using SQL Cursors in VB.NET
Learn about SQL Cursors, and how to use them through Visual Basic.

Testing Solid Code
If you have written solid code, you have accomplished one half of the objective. Solid code is the protagonist, or hero, of our story, but testing is the more sedate side kick that often saves the day after the hubris of the hero has almost certainly lead to calamity.