Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 412 Bytes

File metadata and controls

5 lines (4 loc) · 412 Bytes

What is SyncAsyncParallelExamples?

SyncAsyncParallelExamples contains a WPF app that demonstrates URLs being downloaded synchronously and asynchronously (with and without parallelism). It also shows how asynchronous operations can be cancelled, and how the progress of the downloads can be displayed in a progress bar.

Note

For brevity, only basic error handling and resiliency has been implemented.