Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 530 Bytes

Download-Manager

A C# based download manager that uses task-based programming using :

  1. Task-based programming

  2. Using Lambda expressions in C#

  3. Task parallelism - Using the Task Parallel Library in C#

  4. Scheduling, controlling and managing tasks

  5. Data parallelism

  6. Uses of task-based systems

  7. Modelling parallel computing systems and parallel algorithms

  8. Handling exceptions in tasks

  9. Debugging parallel code

  10. Profiling and optimising parallel code, including metrics and tools