Thursday, February 03, 2011

Task Parallel Library 1 of n

I have just started work on what will be a 6 part series of articles on an in depth look into using the .NET 4 Task Parallel Library (TPL).

I have just published the 1st part in this series of article which is available using this link:
http://www.codeproject.com/KB/cs/TPL1.aspx
This article covers the following topics:

  • Comparing Threads and Tasks
  • Starting Tasks
  • Handling Exceptions With Tasks
  • Cancelling Tasks
  • UI Synchronization Using Tasks
I hope it has something there for you, and i hope you read the rest of the articles when I get them up.

Read more: sachabarber.net