Related resources for Structural design patterns
  • 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.
  • Bridge Design Pattern Using C#11/30/2013 9:11:26 PM. Bridge pattern is part of the Structural design patterns.
  • Design Patterns in .Net10/1/2013 2:43:47 PM. Design patterns provide general solutions or flexible way to solve common design problems. This article provides a simple introduction regarding learning and understanding design patterns.