Uniform Naming Convention (UNC): According to wiki, UNC specifies a common syntax to describe the location of a network resource, such as a shared file, directory, or printer in Windows OS. In client-server development, we can send a server path to its...
In client server development, we need this feature in many situations including: When client starts before server, it should periodically check whether server is UP or not. As soon as it gets server is up, it will connect with it to do its own business...
If we use proxy class to construct communication channel between server and client , then when we will change data contract, Service contract, callback contract we need to regenerate the proxy for client. If we use channel factory to construct the channel...