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 Chris Maunder
Using, managing and loving your TODO list.
by Eduardo Antonio Cecilio Fernandes
How to handle asynchronous tasks in Android Activities
by Gary Stafford
Automate the creation of Task-type Work Items in TFS using PowerShell
by Keith L Robertson
Write synchronous-looking asynchronous methods without async/await in Visual Studio 2010.
by honey the codewitch
Leveraging some less well known areas of the .NET Task framework to schedule tasks to execute on your own conditions.
by M. van der Corput
Simple task based spinner for a console application
by George Swan
This piece shows that, by returning a Task from an Event Handler instead of the usual void, the management of the event can be more structured and versatile.
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 User 6918454
Light-weight image viewer for .NET 4.5.1, supporting multi-core processing
by FIorian Schneidereit
A free and open source library for XAML-based task dialogs.
by Omar Al Zabir
An example Web application showcasing the amazing features of ASP.NET MVC, WebAPI, EF together with ESB to build a secure, reliable, REST based web api, and web frontend.
by Rasik Bihari Tiwari
Let's understand the evolution from older multi-threading world to Task Parallel library (alias TPL). What are the use cases where you would want to leverage TPL instead of creating threads on your own. What are exact areas where TPL has real edge.
by Henning Dieterichs
This library provides a MSBuild task for compile time validation of units of measurement within C# code.