Visual Studio Toolbox: Design Patterns: Command/Memento
This is the first of an eight part series where I am 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 Command and Memento patterns.
Episodes in this series:
- Command/Memento patterns (this episode)
- Strategy pattern
- Template Method pattern
- Observer/Publish-Subscribe patterns
- Singleton pattern
- Factory patterns
- Adapter/Facade patterns
- Decorator pattern (to be published 8/17)
Resources
- Sample code
- Design Patterns: Elements of Reusable Object-Oriented Software book
- Head First Design Patterns book
Comments
- Anonymous
July 21, 2017
A video? Sure, every one has free half an hour! Except me, sorry. - Anonymous
July 21, 2017
This is a very useful stuff for me. The design pattern subject in programming is hard to discern. The more examples I have from a various authoritative source, the easier the learning process. Looking forward to the next pattern video. Thank you. - Anonymous
July 21, 2017
Good stuff. - Anonymous
July 21, 2017
Very much helpful ..