Tracking Progress
Coding Tutorials Coding Tutorials
14.4K subscribers
2,131 views
102

 Published On Oct 28, 2022

In .NET, tasks get on with their work quietly in the background. But sometimes, it's nice to know what they're up to.

Source code available at: https://github.com/JasperKent/Task-Pr...

Topics include:
- The Progress class
- The IProgress interface
- The WPF ProgressBar control
- Cross-thread management in GUI applications
- Avoiding overloading the event queue
- Problems with C# integer arithmetic
- async and await

show more

Share/Embed