The BitVector structure has many useful properties, and knowing how to make proper use of memory will always improve the performance of your applications.
Latest Console Applications Articles
Working with Desktop Icons from Visual Basic
Become proficient at dynamically running various Desktop icons and do some assorted Desktop functions from your VB program.
Shutdown Manager
The Windows "Turn off" buttons are three or more steps away from the desktop work area, depending on your personal settings. This can be not only inconvenient, but downright bothersome at times. These programs can power down the computer, in just one or two steps.
How to Build a Simple Event Log Montior/Watcher (Using TCP in .NET)
Learn how to build a simple event log "watcher" application to monitor event log changes on a remote machine(s).
A Prize Console-ation in VB 2005
Think console applications are old news? Then you haven't tried the cool new console application features available in VB 2005. Check out some of this author's favorites.
Taking the Visual out of Visual Basic
Learn how to creating a DOS-style console application with Visual Basic. The simplicity of doing this may surprise you!
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.