Visual Studio Toolbox (HD) - Channel 9

Design Patterns: Observer and Publish-Subscribe


Listen Later

This is the fourth of an eight part series where Robert is joined by Phil Japikse to discuss design patterns. A design pattern is a best practice you can use in your code to solve a common problem. In this episode, Phil demonstrates the Observer pattern. In this pattern, an object, called the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods. Phil also compares the Observer pattern to the Publish-Subscribe pattern. Episodes in this series: Command/Memento patternsStrategy patternTemplate Method pattern Observer/Publish-Subscribe patterns (this episode)Singleton patternFactory patternsAdapter/Facade patternsDecorator patternResources Sample codeDesign Patterns: Elements of Reusable Object-Oriented Software bookHead First Design Patterns book
...more
View all episodesView all episodes
Download on the App Store

Visual Studio Toolbox (HD) - Channel 9By Microsoft