Gone are the days where you needed to shell out hundreds or thousands of dollars to start developing hardcore applications. See what Microsoft is giving developers for free in the Visual Studio Dev Essentials program.
Latest Visual Studio Articles
Installing Visual Studio 2015 on Windows 8.1
Avoid the pitfalls I experienced when installing VS 2015. There's also a brief history of Visual Studio.
Building a Screen Recorder Application for Windows Phone
This article walks you through the basics of building a screen recorder Windows Phone 8.1 application.
A strange problem with Visual Studio (error C1075 and C2601)
Visual Studio 11: C++ IntelliSense Code Snippets
One of the new features of Visual Studio 11 is inserting C++ code snippets at a specified insertion point or around a selected block. Visual Studio 11 comes with a set of C++ code snippets but we can create and use our own, as well. Read on to learn more...
Adventures with _chkstk
Silviu-Marius Ardelean offers some insight into _chkstk and stack corruption.
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.