Commands in the CAB (Introduction to CAB/SCSF Part 10)

Introduction Part 9 of this series of articles discussed the Command design pattern. Commands in the CAB are a neat way of implementing this pattern. This article will examine them in some detail. Commands and Events As already discussed in part 9, commands in the CAB are closely related to events. In fact one of … Continue reading Commands in the CAB (Introduction to CAB/SCSF Part 10)

The Command Design Pattern (Introduction To The CAB/SCSF Part 9)

Introduction Part 8 of this series of articles concluded our discussion of services in the CAB. This article and part 10 of this series will talk about commands in the CAB. Commands are a neat way of implementing the Command design pattern. This article will briefly recap what the Command pattern is and why it … Continue reading The Command Design Pattern (Introduction To The CAB/SCSF Part 9)