How to use Parallel.For in a progress bar in WPF
This post shows how performance improvements are obtainable by replacing the use of a traditional ‘for’ loop with Parallel.For, part of the Task Parallel Library (TPL). Step 1: Create a new Visual Studio WPF application Step 2: Add event handling classes These are classes to enable us to bind a command of a button for …
Continue reading ‘How to use Parallel.For in a progress bar in WPF’ »