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