
In this posting I will show you how to use Task Parallel Library (TPL) and PLINQ
features to boost performance of simple RSS-feed aggregator. I will use
...
0 replies - 2127 views - 06/17/12 by Gunnar Peipman in Articles

Array of File Names
Starting .NET 4, you can use PLINQ queries
to parallelize operations on file directories. The following code
snippet shows how you...
0 replies - 1851 views - 01/24/12 by Amir Ahani in News