This post will cover the uses of ChannleFactory over Proxy in WCF. When to use a proxy? If you have a service that you know is going to be used by several applications or is generic enough to be used in several places, you’ll want to use the proxy classes. When to use ChannelFactory? ChannelFactory [...]
↧