Click here to Skip to main content
15,884,537 members
Everything / Task

Task

Task

Great Reads

by Federico Alterio
Elegant replacement for awaiting a limited set of tasks
by Alon Lek
Running tasks in parallel while taking into account the dependencies between them
by honey the codewitch
Explore adapting Socket's async model to a task based one and adding some awaitable socket operations to your projects
by M. van der Corput
Simple task based spinner for a console application

Latest Articles

by Federico Alterio
Elegant replacement for awaiting a limited set of tasks
by honey the codewitch
Use TaskCompletionSource to turn an event or callback based model into a Task based one
by honey the codewitch
Explore adapting Socket's async model to a task based one and adding some awaitable socket operations to your projects
by honey the codewitch
Leveraging some less well known areas of the .NET Task framework to schedule tasks to execute on your own conditions.

All Articles

Sort by Score

Task 

4 Sep 2023 by Federico Alterio
Elegant replacement for awaiting a limited set of tasks
10 Jun 2017 by Alon Lek
Running tasks in parallel while taking into account the dependencies between them
7 Dec 2016 by RedDk
Suspend, by "stopping", then when done doing what you need to do, restart ... or not!
30 Jul 2016 by Wonde Tadesse
How to utilize QueueBackgroundWorkItem(QBWI) for web applications that run a background process in IIS environment.
5 Sep 2016 by Gregory Morse
How to create and use the parallel task library ported for native C++ WRL
31 Oct 2018 by Arun Babu Madhavan
Extension method to throttle multiple Tasks in C#
14 Nov 2014 by Hrishi Gupte
Processing Collection in C# .NET using multiple threads
2 Aug 2017 by Richard Deeming
Adding cancellation support to the SendMailAsync method
12 Nov 2013 by John Pravin
Asynchronous Programming with Task Parallel Library.
26 Apr 2015 by Haftmann, Henrik
12 years too late but now it works: A replacement driver for giveio and dlportio for 64-bit Windows
19 Feb 2021 by honey the codewitch
Use TaskCompletionSource to turn an event or callback based model into a Task based one
21 Apr 2013 by Eduardo Antonio Cecilio Fernandes
Add asynchronous tasks, using threads, in Android activities while updating its progress to the UI. Use this technique for SDKs lower than 1.5.
13 Jul 2014 by Sharath C V
A simple async / await example
8 Feb 2016 by Rohit Kejriwal
Downloading Files from SharePoint Server to Network Drive