Explore >> Select a destination


You are here

austinhenley.com
| | www.mattblodgett.com
8.8 parsecs away

Travel
| | Matt Blodgett on topics occasionally germane to software development.
| | michaelscodingspot.com
5.8 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | blog.charliemeyer.co
1.8 parsecs away

Travel
| | (This post is now also listed at the ) is the code editor for education that I've been working on for the past few years. It supports several languages i...
| | www.softdevtube.com
30.8 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,