- Dataflow (Task Parallel Library)
- Document: Introduction to TPL Dataflow (Microsoft - Stephen Toub)
- Video: Beginner: TPL Dataflow Tour (Stephen Toub), 15min
- Video: Advanced: Stephen Toub: Inside TPL Dataflow (Stephen Toub), 1h
- Blog post: Going with the Flow: Simplifying Producer/Consumer Processing with TPL Dataflow Structures
- Blog post: Introduction to the TPL Dataflow Framework (Michael F. Collins)
- Blog post: An actor model implementation in C# using TPL DataFlow (Johan Olsson)
- Blog post: Processing Pipelines with TPL Dataflow (Muhammad Shujaat Siddiqi)
- Blog post: Howto: Using TPL Dataflow for multithreading file compression
- Blog post: Mixing TPL Dataflow with Reactive Extensions (John Bowen)
- Slides: Pipeline. TPL DataFlow. Usage. (Alex Kursov)
- StackOverflow: Create reusable processing logic on top of predefined blocks with TPL dataflow?
http://abusanad.net/2016/06/21/insights-on-net-concurrency-introduction/