WCF ChannelFactory vs generating proxy
- by Allen Ho
Hi,
Just wondering under what circumstances would you prefer to generate a proxy from a WCF service when you can just invoke calls using the ChannelFactory?
This way you wont have to generate a proxy and worry about regenerating a proxy whne the server is updated?
Thanks