Related resources for Proxy design pattern
  • Proxy Design Pattern Using C#6/27/2017 7:02:45 AM. This article explains the Proxy Design Pattern. Proxy Design Pattern acts as a representation of an object and will basically be the access point to use the original object.
  • Design Patterns: Proxy7/9/2015 3:05:32 PM. The proxy design pattern is a layer that prevents you from instantiating heavy objects that will not be needed at a certain time.
  • Lets Play Around With Proxy Design Pattern5/15/2012 1:43:55 PM. Today, in this article let’s play around with one of the interesting and most useful concepts of design patterns, which will be hosted in a web app.
  • Proxy Design Pattern12/8/2011 11:16:35 PM. In this article we are going to discuss the Proxy design pattern. It is one among the 23 design patterns by Gof. As usual we can start with the Challenge and Solution style.