You are here |
www.schneems.com | ||
| | | |
www.williamjbowman.com
|
|
| | | | ?k.(k blog) | |
| | | |
schneems.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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, |