Implement asynchronous tasks

Learn how to implement asynchronous tasks in C# apps using the async and await keywords and how to run asynchronous tasks in parallel.

Learning objectives

  • Implement asynchronous programming in C# using the async and await keywords.
  • Perform asynchronous file input and output operations and access web resources asynchronously in C#.
  • Use the Task Parallel Library (TPL) in C# for parallel programming and managing concurrent data structures.
  • Identify common pitfalls in parallel programming and handle exceptions in async and parallel tasks.
  • Implement data parallelism in a C# application as part of a hands-on exercise.

https://lernix.com.my/php-programming-training-courses-malaysia

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *