Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Task

Task

Task

Great Reads

by RedDk
Suspend, by "stopping", then when done doing what you need to do, restart ... or not!
by honey the codewitch
Use TaskCompletionSource to turn an event or callback based model into a Task based one
by Chris Maunder
Using, managing and loving your TODO list.
by Sharath C V
A simple async / await example

Latest Articles

by RedDk
Suspend, by "stopping", then when done doing what you need to do, restart ... or not!
by honey the codewitch
Use TaskCompletionSource to turn an event or callback based model into a Task based one
by Chris Maunder
Using, managing and loving your TODO list.
by Sharath C V
A simple async / await example

All Articles

Sort by Score

Task 

by RedDk
Suspend, by "stopping", then when done doing what you need to do, restart ... or not!
by honey the codewitch
Use TaskCompletionSource to turn an event or callback based model into a Task based one
by Sharath C V
A simple async / await example
by John Pravin
Asynchronous Programming with Task Parallel Library.
by Federico Alterio
Elegant replacement for awaiting a limited set of tasks
by Gregory Morse
How to create and use the parallel task library ported for native C++ WRL
by Alon Lek
Running tasks in parallel while taking into account the dependencies between them
by Rohit Kejriwal
Downloading Files from SharePoint Server to Network Drive
by Haftmann, Henrik
12 years too late but now it works: A replacement driver for giveio and dlportio for 64-bit Windows
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.
by Hrishi Gupte
Processing Collection in C# .NET using multiple threads
by Wonde Tadesse
How to utilize QueueBackgroundWorkItem(QBWI) for web applications that run a background process in IIS environment.
by Richard Deeming
Adding cancellation support to the SendMailAsync method
by Arun Babu Madhavan
Extension method to throttle multiple Tasks in C#