Click here to Skip to main content
15,880,651 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

Sort by Score

TPL 

8 Dec 2017 by Manish Gupta .Net
How to use TPL dataflow for reading files and inserting to database
9 Feb 2015 by Veronica S. Zotali
Real example that shows how to implement Observer pattern using IObservable and IObserver
26 Aug 2015 by Clifford Nelson
If you are having issues with getting the WPF Focus() method working, then maybe all you need to do is add a delay on the Initialized event before setting the focus. This solution is a nice demonstration of the features of TPL, and how easy TPL can make doing asynchronous programming in the UI.
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.
10 Apr 2017 by Swapnil Dhage
This is a helper/utility class that will add a layer of abstraction as well as separation for dispatcher related operations in WPF.