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.

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

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.