Async Sample: Accessing the Web Walkthrough (C# and Visual Basic)
You can write asynchronous programs more easily and intuitively by using features that are introduced in Visual Studio 2012. You can write asynchronous code that looks like synchronous code and let the compiler handle the
difficult callback functions and continuations that a