Can someone suggest where someone is supposed to use the for loop instead of Parallel.For in .NET 4.0 Framework?
I have done small PoC on using for and Parallel.For on a specific long algorithm and result are quite in favour of Parallel.For even in Single Core environment.
Can we simple ignore the for loop in .NET 4.0 Framework?