/using-task-core3

Slides, code, and links for "I'll Get Back to You: Task, Await, and Asynchronous Methods in C#"

Primary LanguageC#MIT LicenseMIT

I'll Get Back to You: Task, Await, and Asynchronous Methods in C#

There's a lot of confusion about async/await, Task/TPL, and asynchronous and parallel programming in general. So let's start with the basics and look at how we can consume asynchronous methods using Task and then see how the "await" operator can makes things easier for us. Along the way, we’ll look at continuations, cancellation, and exception handling.

Code samples and slides are included in this repository.

Articles and additional resources: http://www.jeremybytes.com/Demos.aspx#TaskAndAwait

Recorded Presentations

Articles

Video Series

Progress Reporting

Related Topics

Experts

Parallel Programming wtih Task