The Core of .NET

VSW06 Design Patterns: Not Just for Architects

11/16/2022

9:30am - 10:45am

Level: Introductory to Intermediate

Jeremy Clark

Developer Educator

JeremyBytes.com

Design patterns are not just for architects. In fact, you already use Design Patterns but probably don't know it. Observer, Facade, Iterator, Proxy - these are all patterns that allow us to better communicate our ideas with other developers. And once we understand the patterns, we can use solutions that people way smarter than us have already implemented. In this session, we'll take a look at several Gang of Four patterns that we regularly use without realizing it. Don't know who the Gang of Four is? Join us to find out.

You will learn:

  • What design patterns are
  • How you are already using design patterns (even if you don't realize it)
  • How intentional use of patterns can lead to better software