How to use Parallel.For in a progress bar in WPF Andy 15 December 2017 C# / .Net / WPF No Comments 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 … Read More...