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
asyncandawaitkeywords. - 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
Leave a Reply