C# Design Patterns: Proxy

Go to class
Write Review

Free Online Course: C# Design Patterns: Proxy provided by Pluralsight is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. C# Design Patterns: Proxy is taught by Steve Smith.

Overview
  • Design patterns help you solve common software problems with known, proven approaches. The proxy design pattern is one of the most common and useful patterns you'll encounter. This course shows you when and how to apply the proxy pattern in C#.

    Design patterns help you solve common software problems with known, proven approaches. In this course, C# Design Patterns: Proxy, you will learn about four different variants of the Proxy pattern. The proxy design pattern is one of the most common and useful patterns you'll encounter, with uses for performance, security, and code organization. First, you will see the problem the proxy pattern solves and what software design principles apply. Next, you will discover how to apply the proxy pattern. Finally, you will learn about other similar design patterns. When you have completed this short course, you will have both a theoretical and real code understanding of applying the pattern in a variety of different scenarios using .NET and C#.