- Channel9: Beginner: TPL Dataflow Tour (Stephen Toub), 15min
- Channel9: Advanced: Stephen Toub: Inside TPL Dataflow (Stephen Toub), 1h
- Tech-Ed 2001: The Future of .NET Parallel Programming (Joseph Albahari) 1h10m
- NDC2012 - Dataflow networks in .NET 4.5 (Alon Fliess), 1h
- NDC2013 - Concurrent and High-Performance Programming in .NET with TPL, async/await, and Dataflow (Michael Heydt), 1h
- NDC2014 - An Actor’s Life for Me – An introduction to the TPL Dataflow Library and asynchronous programming blocks (Liam Westley), 1h
- Valtech Tech Day 2012 - TPL Dataflow
- Paid - TPL Dataflow by Example (Matt Carkci) (Leanpub), (Amazon)
- Free - Introduction to TPL Dataflow (Microsoft - Stephen Toub)
- Free - Guide to Implementing Custom TPL Dataflow Blocks (Zlatko Michailov, Microsoft 2011)
- 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?