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

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Using Visual Basic to Create PDFs from Images
Explore how to convert images to a PDF document and how to combine two PDF documents into one.
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.