© Bipin Joshi 2016
Bipin JoshiBeginning SOLID Principles and Design Patterns for ASP.NET Developers10.1007/978-1-4842-1848-8_6

6. Structural Patterns: Façade, Flyweight, and Proxy

Bipin Joshi
(1)
301 Pitruchhaya, Thane, India
 
In the previous chapter, you learned the adapter, bridge, composite, and decorator design patterns. This chapter will discuss the remaining three structural patterns , namely façade, flyweight, and proxy. Specifically, this chapter will cover the following:
  • The purpose of façade, flyweight, and proxy patterns
  • The UML diagram and overall structure of these design patterns
  • How the façade and proxy patterns allow you to shield complexities and grant access to an underlying subsystem
  • How the flyweight pattern serves a large number ...

Get Beginning SOLID Principles and Design Patterns for ASP.NET Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.