Learn more about the electronics inside your computer, namely how bits travel through wires to their destinations and about Boolean operations.
Latest Performance Articles
Caching Regular Data Benefits Regular Programs, Too
Using output caching is now much easier to use, thanks to .NET 4 and higher, and also can be used in a traditional application.
Working with Parallel LINQ
LINQ has a trick up its sleeve from .NET 4 onwards for dealing with large amounts of data and multiple CPUs. Learn to leverage LINQ.
Simple MVVM in WPF
Discover using MVVM in WPF without all the fuss. Meet Fody!
How to Move, Resize, and Reconfigure Objects in the Working Applications
An algorithm to make any object moveable and resizable by users and applications.
C# Tips and Tricks
Learn some tips and tricks with the C# 3.0 language features along with exploring some productivity gains with the Visual Studio IDE.
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.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
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.