Video: Introducing the Microsoft .NET Framework 4.0 Task Parallel Library

Microsoft’s new parallel computing features are making it easier to leverage mulit-core processing. This video will start you down the .NET Framework Parallel Computing path. The video guides you through building an application using the Task and BlockingCollection classes.

Examples will show how to coordinate Task classes and utilize llambda expressions. You’ll learn why you need data structures like the BlockingCollection to mediate between parts of a solution. The examples will also show alternate ways to consume data from a BlockingCollection.

Related Articles

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read