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