Click here to Skip to main content
15,867,330 members
Everything / TPL

TPL

TPL

Great Reads

by Mohammad Elsheimy
SynchronizationContext class and how it affects code behavior in action, and a look at Task.ConfigureAwait()
by Manish Gupta .Net
How to use TPL dataflow for reading files and inserting to database
by Stephen Marcus
Replaces events and any other async void cases with awaitable Task signatures.
by Marco-Hans Van Der Willik
This article explores the performance, scalability and limitations of the various .NET Threading Implementations.

Latest Articles

by Marco-Hans Van Der Willik
This article explores the performance, scalability and limitations of the various .NET Threading Implementations.
by Mohammad Elsheimy
SynchronizationContext class and how it affects code behavior in action, and a look at Task.ConfigureAwait()
by Stephen Marcus
Replaces events and any other async void cases with awaitable Task signatures.
by Marc Clifton
A discussion of various approaches to threading, covering locks, mutexes, semaphores, concurrent collections, work queues, threads, PLINQ, TPL, exception handling, and cancellation tokens

All Articles