Parallel foreach with linq in dotnet3.5

If you want to do threading the nice dotnet4 way with myList.AsParallel().ForEach but are stuck in a 3.5 environment look here.

Leave a Reply