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

TPL

TPL

Great Reads

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
by John Pravin
Asynchronous Programming with Task Parallel Library.
by Garrett M. Groff
Random data/password generator using WPF and MVVM to accomplish clean separation of GUI logic and business logic using MVVM pattern.
by Christopher Diggins
An informal survey of implementation techniques of the map higher-order function for arrays in C#.

Latest Articles

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
by John Pravin
Asynchronous Programming with Task Parallel Library.
by Garrett M. Groff
Random data/password generator using WPF and MVVM to accomplish clean separation of GUI logic and business logic using MVVM pattern.
by Christopher Diggins
An informal survey of implementation techniques of the map higher-order function for arrays in C#.

All Articles

Sort by Score

TPL 

by John Pravin
Asynchronous Programming with Task Parallel Library.
by Manish Gupta .Net
How to use TPL dataflow for reading files and inserting to database
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.
by Veronica S. Zotali
Real example that shows how to implement Observer pattern using IObservable and IObserver
by Richard Deeming
Adding cancellation support to the SendMailAsync method
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.