Hannes du Preez shows you how easy it is to implement Geolocation into your Windows 8 /8.1 apps.
Latest Windows 8/RT Articles
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.
Showing Contextual Options in Windows 8.1 Using the MenuFlyout Control
Among the assortment of new APIs provided by Windows 8.1 to support common use cases is the MenuFlyout control, which allows application developers to build applications that can show contextual menus. Vipul Patel walks you through the basics.
Windows 8.1 Says, "Forget All That Design Stuff From Windows 8.0"
The Design Guidelines in Windows 8.1 are nearly identical to those in Windows 8.0. However, in practical and tactical guidance they are so different, idyllic Windows 8.1 apps might fail Windows 8.0 Store Certification. Jerry Nixon helps navigate the morass.
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...

Back to the Basics - Working with Strings in VB.NET
The key to working with strings is to know what functions are available. Hannes du Preez shows you 25 of the most common string functions and manipulation techniques .

How to Push Data from Server to Client Using SignalR
SignalR is an Asp.Net library that pushes data to a wide variety of clients. The burden of worrying about which server push transport to use and deciding on the fallbacks has been removed from developers. Read on to learn more.