Learn about the changes coming in .NET 2015 and how they will affect your productivity.
Latest Windows 8/RT Articles
Portable Databases
In today's world of mobile apps, it's not an unreasonable expectation to want a database that's small, lightweight, and travels with the app from device to device. Take a quick look at what's available out there, and a few of the pros and cons of each.
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.
GeoLocation with VB and Windows 8 /8.1
Hannes du Preez shows you how easy it is to implement Geolocation into your Windows 8 /8.1 apps.
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.