Often, While having client and server communication via WCF, there are some errors that one get quiet frequently. I am blogging the error and resolution for the benefits of all blog readers Error : There was no endpoint listening at net.pipe://servername...
if you have seen noticed about whats new in .NET 4.0 for WCF. One of the things that have been brought into the attention is the support for creating RESTful Services. So does that mean that in order to create RESTful services via WCF, one need to wait...