Please read the LICENSE.md agreement
The font used in the slides is
- Six Essential Tips for Async
- Asynchronous Programming with Async and Await
- Async/Await - Best Practices in Asynchronous Programming
- Async/Await FAQ
- Should I expose synchronous wrappers for asynchronous methods?
- Should I expose asynchronous wrappers for synchronous methods?
- Await anything
- Async methods can't have out parameters
- [
TaskContinuationOptions.AttachToParent
don't work with async](To be announced soon) - Task Parallel Library
Task.Factory.StartNew
vsTask.Run