I’m a little perplexed. The development of the first version of CAB seemed pretty transparent, to use an in vogue term. However, recently I keep hearing about a version of CAB that works with WPF. All three [1], [2], [3] of these people talk about it and two of them talk about moving on, almost [...]
Posts tagged CAB
Extending CAB Commands
I looked for this in the docs and on google and I couldn’t find it, so I figured it might be worth sharing. To extend the command object, create a class that derives from command and then override the CreateCommand method in WorkItem. In the CreateCommand method just create and return a new instance of [...]
CAB is wonderful
This post is long overdue but I’ve been busy We have been using Microsoft’s CAB framework now since January and I could not be happier with how it is going. We are definitely still learning, but we have converted a large part of our existing .Net application over to use the CAB methodology. When I [...]

Posts