Exercise - Implement tasks asynchronously and in parallel
This exercise guides you through the implementation of data parallelism using Parallel.ForEachAsync
and Task.WhenAll
in a C# application.
Important
This exercise requires a Visual Studio Code environment with the C# Dev Kit extension installed. For help with configuring the Visual Studio Code environment, see Install and configure Visual Studio Code for C# development.
When you select the launch exercise button, the browser navigates to a public GitHub page that provides instructions for this exercise.
When you finish the exercise, return here for:
- A quick knowledge check.
- A summary of what you learned.
- To earn a badge for completing this module.