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 CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.