Visual Studio / .NET Framework

TH18 Async Patterns for .NET Development

03/10/2016

1:15pm - 2:30pm

Level: Intermediate

Ben Dewey

MVP

Mobile Practice Lead, Windows Division

Tallan, Inc

In this session, you'll 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 and will follow up with advanced usages of Task and the TaskCompletion source 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