Archives
-
Design Patterns - Decorator Pattern
Following up on the Observer/Event Pattern, it’s time for the third pattern, the Decorator Pattern.
-
Design Patterns - Observer/Event Pattern
Yesterday I described the Observer Pattern and mentioned that the .NET CLR provides this functionality through events and delegates.
-
Design Patterns - Observer Pattern
Yesterday we saw the Strategy Pattern. Today I want to talk about the Observer Pattern.
-
Design Patterns - Strategy Pattern
The first pattern I want to talk about is the Strategy pattern, which always reminds me about the Command & Conquer games so I’ll simply use it as an example :)