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.

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.