1. Урок 1. 00:02:03
    Course Overview
  2. Урок 2. 00:04:46
    Asynchronous Programming in .NET
  3. Урок 3. 00:06:28
    Introducing Async and Await in .NET
  4. Урок 4. 00:04:04
    Understanding a Continuation
  5. Урок 5. 00:05:21
    Creating Your Own Asynchronous Method
  6. Урок 6. 00:04:00
    Handling an Exception
  7. Урок 7. 00:03:40
    Best Practices
  8. Урок 8. 00:06:45
    Introducing a Task
  9. Урок 9. 00:06:48
    Obtaining the Result of a Task
  10. Урок 10. 00:04:39
    Handeling Success or Failure
  11. Урок 11. 00:08:58
    Task Cancellation
  12. Урок 12. 00:05:17
    Knowing When All or Any Task Completes
  13. Урок 13. 00:02:31
    Precomputed Results of a Task
  14. Урок 14. 00:03:26
    Process Tasks as They Complete
  15. Урок 15. 00:06:32
    Controlling the Continuations Execution Context
  16. Урок 16. 00:04:11
    Key Takeaways
  17. Урок 17. 00:07:57
    Introducing Parallel Extensions
  18. Урок 18. 00:06:17
    Processing a Collection of Data in Parallel
  19. Урок 19. 00:05:34
    Working with Shared Variables and Collections
  20. Урок 20. 00:03:19
    Summary
  21. Урок 21. 00:02:27
    Advanced Topics
  22. Урок 22. 00:05:24
    Report on the Progress of a Task
  23. Урок 23. 00:06:54
    Using Task Completion Source
  24. Урок 24. 00:07:56
    Working with Attached and Detached Tasks
  25. Урок 25. 00:06:38
    The Implications of Async and Await
  26. Урок 26. 00:03:21
    Deadlocking
  27. Урок 27. 00:03:12
    Asynchronous Streams
  28. Урок 28. 00:03:48
    Summary and Final Words