(This is part seven of a series. You might want to check the previous parts first ) Parallel and Simplification are the yin and yang…
The nexus of technology, business & people
(This is part seven of a series. You might want to check the previous parts first ) Parallel and Simplification are the yin and yang…
“Liskov Substitution Principle” or LSP is one of the basic principles for proper object orientation. LSP definition is: “Let q(x) be a property provable about objects x of type T. Then q(y) should…
Yesterday Alon Fliess and myself gave an open day @ Microsoft Israel on Azure cloud. Alon opened with an introduction to Azure Cloud and the…
Mixins are a good way to weave functionality into a class. Wikipedia defines Mixin as follows. “In object-oriented programming languages, a mixin is a class…
I don’t know how many of you need to analyze LINQ queries – but since this took me a few hours to get right I…