Shows how to use the new Tasks namespace to download multiple documents in parallel.
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Sat, 15 May 2010 00:00:00 GMT
Indexed on
2010/05/15
16:54 UTC
Read the original article
Hit count: 198
Filed under:
In C# 4.0, Task parallelism is the lowest-level approach to parallelization with PFX. The classes for working at this level are defined in the System.Threading.Tasks namespace. read more
By Peter Bromberg
By Peter Bromberg
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner