Go end-to-end in building a rich, interactive application for Windows 8. You'll even get the details for tapping into XAML controls that can make your interface shine.
Latest Windows 8/RT Articles
Building the Developer.Com Windows 8 App
Join Chris Bennett as he walks you through building a Windows Store Application for the Developer.com Network. This reader app, which runs on Windows 8, has been submitted to the Windows 8 App Store and should be available within a few days. In the meantime, he's sharing with you, including the code!
Using the Windows 8 Metro Frame Control
Wish you had a way to embed a page within a page for your Windows 8 Metro App? This article provides a basic understanding of the Frame control and how to start using it within your app.
Using IndexedDB in your JavaScript/HTML5 Windows 8 Metro Apps
IndexedDB, an HTML5 technology, is a non-relational data store designed to store JSON objects in collections known as an Object Store within a Database. Join Chris Bennett to learn how to use IndexedDB in your JavaScript/HTML5 Windows 8 Metro Apps.
Building Background Tasks for Windows 8 Metro Applications
Chris Bennett shows you how to create a simple Background Task and put it into your Windows 8 Metro UI Apps.
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...

How to Determine Which Office Version is Installed with VB.NET and C#
Knowing which version of MS Office is installed on the client computer is vital; unfortunately, many programmers see this as an afterthought. Hannes du Preeze shows you four different ways to determine the Office versions installed so that you don't make this mistake.

Building an Azure Queuing Message Pipeline
A developer building messaging solutions with Azure Queuing and Azure Service Bus should follow a Pipeline pattern when processing a significant number of different messages. One approach to building a Pipeline is to layer a message following an Envelope pattern.


