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