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…
The nexus of technology, business & people
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…
The previous installment in the series talked about leaps as a technique to change the architecture. Leaps are more of a revolution than an evolution,…
First off, In the previous post I published the Transactional Integration anti-pattern – if you need it for off-line reading you can also get it in…
Transactional Integration It all starts with a business requirement – as it always should. We have an ordering system (say the same one from the…