You are here |
venam.net | ||
| | | |
jonlennartaasenden.wordpress.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | Personal blog. | |
| | | |
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, |