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

Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Beginning C#: User-defined Type Conversion Operators
Become proficient with using type definitions in C#.

Doing Cryptography in Visual Basic
Learn about the various forms of encryption in Visual Basic and the differences among them.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.