Following up with the series of posts about async programming and performance improvements using Tasks for process parallelization, in this one I am introducing a new option, using Parallel class available in .Net, and I will compare it with the previous examples.