Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
Hope you are doing good.
I want to know how to make a design pattern with Proxy type (Proxy Design Pattern) in C#.net ?
Also I want to know how the logic works behind the Proxy design pattern .
Any help would be appreciated.
Posted
Comments
BillWoodruff 2-Dec-13 5:16am    
See if this meets your needs:

http://www.codeproject.com/Articles/492594/Understanding-and-Implementing-Proxy-Pattern-in-Cs
Satham Hussain 8-Oct-14 6:45am    
@BillWoodruff: Thanks for your reply. That was helpful.

Quote:
I want to know how to make a design pattern with Proxy type (Proxy Design Pattern) in C#.net ?
It is simple:
  • Study the pattern (you might start reading its Wikipedia page[^]).
  • Code it in C#.


As prerequisite you should have a working knowledge of the C# programming language.
 
Share this answer
 
Have a look on below link

http://sourcemaking.com/design_patterns/proxy[^]

Please see sample code in C# (Available in bottom of page). Please put some effort to practice and come up here to enhance your knowledge.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900