Community

Parallel Tasks in .NET 4.0 (Part II) – Methods that Return value

(Suprotim Agarwal) In one of the previous articles Parallel Tasks in .NET 4.0, we explored a set of new API’s called the “Task Parallel Library (TPL)” which simplifies the process of adding parallelism and concurrency to applications. We used the System.Threading.Tasks.Parallel.Invoke() to call meth

Read More - Register for Free Membership