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