.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 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.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.