Lesson 5 - Tasks - Better Parallel Programming in C# .NET
Working with threads is quite uncomfortable, especially because there's no simple way to get the return value from a thread or to keep using a thread once it finished its work. In the previous lesson, Daemons, ThreadPool, and asynchronous delegates in C# .NET, we learned that we can solve some of these problems by using asynchronous delegates.
Since version 4.0, the .NET framework goes further and introduces the
Task
class which solves the above-mentioned issues. The codes shown
below work under version 4.5 and later. Tasks are part of Parallel Library,
which we'll mention further.
We understand Tasks as small parts of an application which runs in parallel and they can be nested. Internally, they are implemented as background threads in a pool. When we divide our applications into tasks, we get more performance.
Running a task
We can run a task on another thread using the static
...End of the preview...

Premium article
ict.social is a large database made up of manuals and tutorials, whose main goal is to provide high-quality IT education to everyone. We started out in the Czech republic, where we display roughly a million articles per month and receive plenty of gratitude from our users. Thanks to our successful establishment, we are now bringing these articles to the rest of the world.
Although we are trying to keep our content free of charge, maintaining the site is a huge effort for everyone involved. Therefore, some content (exercises and more advanced material) costs network points. Don't worry, they're really cheap :)
Article description
Requested article covers this content:
In this tutorial, we'll introduce Tasks which are in C# since .NET 4, work using ThreadPool, and make creating multi-threaded apps much easier.
Buying this article gives you unlimited access to it forever. You will learn some more and help us keep giving our site maintenance which helps you and others get better futures. It's a win-win.
This article is licensed: Premium, by buying this article, you agree with the terms of use.
You gain points by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.
You can get points immediately using:
![]() |
![]() |
![]() |
Credit card | SMS | Wire transfer |