Vipul Patel shows you how to handle application settings in Windows Store applications.
Latest Windows 8/RT Articles
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.
How to Make Toast Notifications in your Windows Store Application with VB
Learn how to show users messages in your Windows Store Apps using Toast Notifications.
How to Work with the Memory Limits of Windows Phone Apps
Join Vipul Patel as he walks Windows Phone developers through the intricacies of memory management in mobile applications.
Working with the SettingsFlyout Control in Windows 8.1
Discover how SettingsFlyout control makes it easy for Windows Store developers to expose their application settings in a design that meets Windows Store design guidelines.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Using Parameterized Queries and Reports in VB.NET Database Applications
Hannes du Preez shows you how to parameterize queries and explains the reporting options available in VB.NET applications.

How to Create MapReduce Jobs for Hadoop Using C#
This article introduces you to Big Data, Apache Hadoop and MapReduce jobs. We will also learn how to create MapReduce jobs using C#.