Explore >> Select a destination


You are here

venam.net
| | jonlennartaasenden.wordpress.com
14.2 parsecs away

Travel
| | The virtual CPU sports a fairly common set of instructions. Unlike Java and .net the cpu has 16 data-aware registers (meaning the registers adopt the type of the value you assign to them, a bit like "variant" in Delphi and C++ builder). Variables allocated using the alloc() instruction can be used just like a register,...
| | manybutfinite.com
14.1 parsecs away

Travel
| | Earlier we've explored the anatomy of a program in memory, the landscape of how our programs run in a computer. Now we turn to the call stack, the work horse in most programming languages and virtual
| | shrik3.com
5.9 parsecs away

Travel
| | Personal blog.
| | www.softdevtube.com
131.4 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,