Proxy Design Pattern (An Introduction for .NET Developers [.NET 5 and C#])

Опубликовано: 28 Сентябрь 2024
на канале: DotNet Core Central
4,304
69

In this video, I am going to walk through the Proxy Design Pattern. It is an Introduction video for .NET Developers [.NET 5 and C#].

The proxy design pattern is a structural design pattern. The main intent of this design pattern is to provide a placeholder for another object to control access to it.

The previous two videos in this Design Pattern series are:
1. Factory method design pattern:    • Factory Method Design Pattern [An Int...  
2. Abstract factory design pattern:    • Abstract Factory Design Pattern (An I...  
3. Builder design pattern:    • Builder Design Pattern (An Introducti...  
4. Prototype design pattern:    • Prototype Design Pattern (An Introduc...  
5. Adapter design pattern:    • Adapter Design Pattern (An Introducti...  
6. Bridge design pattern:    • Bridge Design Pattern (An Introductio...  
7. Decorator design pattern:    • Decorator Design Pattern (An Introduc...  
8. Façade design pattern:    • Façade Design Pattern (An Introductio...  
9. Flyweight design pattern:    • Flyweight Design Pattern (An Introduc...  

My YouTube channel URL:    / dotnetcorec.  .
My Blog URL: https://dotnetcorecentral.com/
My GitHub repo: https://github.com/choudhurynirjhar