.NET Framework 4.0 saw a few changes in the classes in the System.IO System.IO namespaces to make the disk I/O operations better. This article provides an insight to these changes.
Latest System Namespace Articles
Are Ports on Your Computers Listening?
See how you can determine which ports on a computer have an application listening.
.NET Tip: Are Your Computers Up and Running? Are You Sure?
add this functionality to your applications to determine if machines on the network are there!
Install/Uninstall/Control Windows Services Remotely Using VB.Net
Discover the basic code to install, uninstall, start, stop, pause, continue, and change logon user for Windows Services remotely.
Introducing LINQ for Visual Basic
What does .NET's LINQ (Language INtegrated Query) have to offer the VB developer? Read on to find out.
New Windows Event Log: Gateway to Native Windows Functionality in Vista
Native code continues to be the most powerful and flexible mechanism for producing applications that work closely with the host OS. For native development in Vista, get to know the new Windows Event Log features.
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.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.