Introduction to Async and Parallel Programming in .NET 4

Go to class
Write Review

Free Online Course: Introduction to Async and Parallel Programming in .NET 4 provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Introduction to Async and Parallel Programming in .NET 4 is taught by Filip Ekberg.

Overview
  • Learn how to effectively apply asynchronous principles in any type of .NET application using async and await together with the task parallel library.

    Need to make your .NET applications more responsive? Run faster? On today's multicore hardware, async and parallel programming may be the answer. This course (part 1 of 2) overviews the new Task Parallel Library (TPL) in .NET 4, starting with an introduction to its Task-oriented programming model and working through various techniques for effective use of the TPL.