Explore >> Select a destination


You are here

www.schneems.com
| | www.williamjbowman.com
22.5 parsecs away

Travel
| | ?k.(k blog)
| | schneems.com
3.8 parsecs away

Travel
| | Ever wonder if you should go back to school to get a master's degree? Right now I'm in my second semester of Georgia Tech's Online Master of Science in Compu...
| | schneems.com
5.2 parsecs away

Travel
| | What is a queue besides the line for the little teacups at Disney? In programming, a queue is a very useful data structure that can simplify our programs, es...
| | www.softdevtube.com
83.9 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,