Vipul Patel walks Windows Phone developers through how to retrieve device information so that they can author applications to draw the maximum possible juice from the device.
Latest Windows Phone 7 Articles
How to Create Trial Applications for Windows Phone
Getting developers hooked on trial applications is a great way to monetize them. This article walks a Windows Phone developer through how he can build applications that support trial mode and how he can get them to switch from trial to paid applications.
Getting Network Information for your Windows Phone Device
Windows Phone developers need to know how the device is connected to the internet. This article walks Windows Phone developers through the process of finding the nature of the connection and how they can leverage it.
Using the Accelerometer in Your Windows Phone Application
Windows Phone devices have built-in accelerometers. This article walks Windows Phone developers through how to leverage the built-in support for accelerometer in their Windows Phone applications.
How to Build a Gesture-Supported Windows Phone Application
The Windows Phone platform has rich support for gestures. This article illustrates the support by way of building a Windows Phone application, which leverages the support for gestures.
How to Create a Touch Based Drawing Application in Windows Phone
Windows Phone platform offers rich APIs to capture user input. Learn how Windows Phone developers can use these APIs to create a Windows Phone drawing application that takes input in the form of user touch.
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...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
