December 2019
Intermediate to advanced
346 pages
9h 8m
English
We should use the Tasks view if we are using the Task Parallel Library to create System.Threading.Tasks.Task objects in our code:

As you can see in the following screenshot, there are currently 10 tasks that are being executed, each shown along with the current line of execution.
The status of all running tasks can be seen by hovering over any method:

The Tasks window helps us in analyzing the performance issues in an application arising from slow method calls or deadlocks.
Read now
Unlock full access