Project DescriptionThreading.Net, is a small windows form application that highlights the benefits of multithreaded programming by comparing in parallel, using progessbars, the same process running in single thread and in multi thread mode.


To achieve the preceding goal,
Threading.Net uses the following components:
- BackgroundWorker,
- ThreadPool,
- ManualResetEvent,
- Interlocked,
- ProgressBar
- ...
Top System