In Part 2 of this series, Eric Vogel covers how to implement authentication and basic authorization with an Azure Mobile Service-backed Windows Store application.
Eric Vogel covers how to create an Azure Mobile Services-backed Windows Store application.
How to implement a custom Task Parallel Dataflow block.
In Part 2 of this three-part series on dataflow programming with the Task Parallel Library, Eric Vogel shows you how to create a Windows 8 application that uses a composite parallel data flow.
The Task Parallel Dataflow (TDF) library helps developers tackle complex parallel use cases.
Eric Vogel covers some practical uses for the long awaited interfaces, IReadOnlyList and IReadOnlyDictionary in .NET Framework 4.5.
Visual Studio Async is a powerful development framework, but it's important to understand how it works to avoid performance hits.
- By Patrick Steele
- 08/02/2012
How to use lock screen badge and tile notifications in your Windows 8 application.
How to separate complex object construction from its representation using the Builder design pattern in C#.
How to schedule live tile and badge updates in a Windows 8 application.
In part 1 of his series on advanced live tiles, Eric Vogel shows you how to add secondary tiles to your Windows 8 Metro style applications.
This tutorial demonstrates how to give users more power with the ability to customize live tiles in Metro style apps.
Handling exceptions in the Task-Based Asynchronous Pattern has become much easier with the latest version of the Microsoft .NET Framework.
- By Patrick Steele
- 06/03/2012
Eric Vogel shows you how to simplify the consumption of your API by adding a fluent interface design.
How to implement an undo/redo system using the Command pattern in the .NET Framework.