Dynamic WCF proxy
Most programmers that start with Windows Communication Foundation (WCF) use the provided samples and tutorials from Microsoft. Most of these samples are based on static generated service references or proxies. When you want to connect from a client to a server, you have to create a reference from the client to the server project using the Visual StudioAdd Service Reference function. Visual Studio then connect to the server, extracts the meta...
Read More