Introduction to Async and Parallel Programming in .NET 4
Offered By: Pluralsight
Course Description
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.
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.
Taught by
Filip Ekberg
Related Courses
Learn Parallel Programming with C# and .NETUdemy Building Multithreaded C# Applications with the Task Parallel Library
Pluralsight Applying Asynchronous Programming in C#
Pluralsight C# 5 New Features
Pluralsight Getting Started with Asynchronous Programming in .NET
Pluralsight