Search code examples
.netdesign-patternsproxy-pattern

Where in the .NET Framework is Proxy pattern utilized


I know Web Services and WCF services are examples of the proxy pattern, where else in .NET land is the proxy pattern utilized?


Solution

  • COM-Callable Wrappers (CCW) and Runtime-Callable Wrappers (RCW) are classic examples of the use of Proxies. Likewise for .NET Remoting.