Jump to ratings and reviews
Rate this book

TPL Dataflow by Example: Dataflow and Reactive Programming in .Net

Rate this book
The TPL Dataflow Library allows you to design asynchronous Actor and Dataflow based applications. While similar to Microsoft's Reactive Extensions, it goes far beyond what is offered by Rx with a more generalized abstraction to build all types of stream based applications. It does not force you to use IObservable and LINQ, data is simply a stream. Messages transmit data from one block to another over links. Blocks handle the details of multithreading and execute anytime they receive data. All you have to think about is programming the blocks to do what you want. Focus on the problem domain not asynchronous details. Downloadable code examples are used throughout the book to explain the library with a hands-on approach ().

60 pages, Paperback

First published April 8, 2014

1 person is currently reading
2 people want to read

About the author

Matt Carkci

2 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
0 (0%)
3 stars
2 (66%)
2 stars
1 (33%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Tavi.
1 review1 follower
July 26, 2017
Does a decent job as in introductory text

A good introduction to Dataflow. We need a text that draws a cleaner set of distinctions between reactive extensions and dataflow; special attention should be given to how to best use dataflow and RX together in wpf and xaml and server side applications.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.