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: https://youtu.be/CsuBXpJ8veM
2. Abstract factory design pattern: https://youtu.be/NZLk__ZR5ww
3. Builder design pattern: https://youtu.be/1bL7jX7iK0o
4. Prototype design pattern: https://youtu.be/OFwKNjnQJJ0
5. Adapter design pattern: https://youtu.be/0apTk9rBrqs
6. Bridge design pattern: https://youtu.be/664aFCwHfbo
7. Decorator design pattern: https://youtu.be/3Sq3bkbyK9w
8. Façade design pattern: https://youtu.be/99mmC3NSdio
9. Flyweight design pattern: https://youtu.be/LdQbaABMuII
My YouTube channel URL: https://www.youtube.com/c/DotNetCoreC...
My Blog URL: https://dotnetcorecentral.com/
My GitHub repo: https://github.com/choudhurynirjhar
Download
0 formats
No download links available.
Proxy Design Pattern (An Introduction for .NET Developers [.NET 5 and C#]) | NatokHD