Avoid the pitfalls I experienced when installing VS 2015. There's also a brief history of Visual Studio.
Latest Windows 8/RT Articles
Working with Windows 8.1 Control Panel Applets
Discover how to run all the various Control Panel applets from your own program.
Beginner’s Guide to Using AppStudio for Building Windows 8 Applications
Vipul Patel shows you how easy it is (even for non-developers) to create Windows 8.1 applications using AppStudio.
How to Handle Application Settings in Windows Store Applications
Vipul Patel shows you how to handle application settings in Windows Store applications.
Building a Splash Screen for Your Windows Applications
Learn the basics of the splash screen and how to provide an extended splash screen experience in Windows Store applications.
Launching Files with Associated Programs in Windows 8.x and VB
The Windows 8 infrastructure is different than earlier versions, which can make doing ordinary tasks cumbersome. Not only do you have to learn an entirely different way of doing things but you have different classes in the Windows 8.x API. Read on to learn the various options involved.
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.