Join Vipul Patel as he walks Windows Phone developers through the intricacies of memory management in mobile applications.

Join Vipul Patel as he walks Windows Phone developers through the intricacies of memory management in mobile applications.
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.
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.
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.
Learn the basics of using the DatePicker, a new Windows 8.1 control, in your Windows Store applications.
Rob Paveza from the Visual Studio team stops by Microsoft Dev Radio to demo some great debugging tips and tricks for Visual Studio 2013 and for your Windows Apps.
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.
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...
Learn how to use ApplicationDataContainer and ApplicationDataContainerSettings in your Windows 8.1 Store apps.
AutoMapper is an external component that helps in creating a mapping between a source and destination model types. Read on to learn about the AutoMapper component and how to use it in an Asp.Net MVC application.