Async Sample: Example from "Asynchronous Programming with Async and Await"
The sample is a WPF application that contains the example method from Asynchronous Progamming with Async and Await (C# and VB). The sample contains an async method that's used as an illustration. It uses HttpClient.GetStringAsync to download the contents of a website.