Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top