Visual Studio .NET

TH08 Async Patterns for .NET Development

10/01/2015

9:30am - 10:45am

Level: Introductory to Intermediate

Ben Dewey

MVP

Mobile Practice Lead, Windows Division

Tallan, Inc

This session is a deep dive into asynchronous development using .NET.

In this session, Ben Dewey will dive deep into asynchronous development using .NET. The session will start with some basic async/await patterns and the pitfalls and considerations of using this technique. It will follow up with advanced Task and the TaskCompletion source usage to build your own custom combinators.

You will learn:

  • How async and await work under the covers
  • How to avoid the common pitfalls of async code
  • How to create custom async and await scenarios from scratch