Explore >> Select a destination


You are here

higher-order-logic.github.io
| | digital-anthropology.me
25.0 parsecs away

Travel
| | I've been thinking about this, off-and-on, over the last few weeks, ever since I had a conversation with a chap hoping to build up a large database of Type 2 diabetes related stats, analysis of which would allow his firm to develop a tool to help sufferers self-manage their own care. In the context of...
| | matthiasnoback.nl
12.6 parsecs away

Travel
| |
| | theprogrammersparadox.blogspot.com
14.1 parsecs away

Travel
| | A blog about software development and programming.
| | www.softdevtube.com
79.1 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,