Introduction Part 10 of this series of articles described how the CAB implements commands. The CAB also provides a new way of raising and sinking events. This article will describe how this works. Overview of events in .NET Events in .NET are a publish-subscribe mechanism. We declare an event in a publisher class, instantiate the … Continue reading Introduction to Events in the CAB (Introduction to CAB/SCSF Part 11)
Category: design pattern
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)