583 Views
A pipeline is a chain of connected steps that process information. In object pipelines, each step receives an object and performs an action using it before passing an object to the next step. This repeats until every step is complete.
1 comments
dpeterson
5/29/2012 8:31:26 AM
Object pipelines are also a good example for someone learning functional programming in F#.