.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.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Manipulating Excel Data with Visual Basic
Discover how to work productively with Excel Worksheets within Visual Basic.
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.