Posts Tagged ‘CAB’

Pimp my CAB, or how to integrate an existing IoC with SCSF (2009-8-31)

A LITTLE WARNING: This post goes pretty deep into the CAB framework without examining the CAB basics. If you’re unfamiliar with CAB or SCSF this post is probably not going to be very handy for you . . .
My current project uses the Smart Client Software Factory which is build on top of the [...]

Yet another way to do publish & subscribe . . . (2008-6-30)

About 2,5 years ago I first came across the idea of combining dependency injection with loosly coupled publish & subscribe. This was when I inspected the source code of the Composite Application Block (CAB) with its underlying InversionOfControl-container ObjectBuilder from Microsoft.
What I liked about publish & subscribe in CAB:

The automatic thread marshalling. (Basically you’re able [...]