Top "Servicecontract" questions

A Service Contract is a contract between a (web) service (such as a WCF service) and a client.

WCF service exposing 2 endpoints on 2 different service contracts

I have an WCF service which I am trying to configure so that it exposes 2 endpoints, refering to different functionalities, …

c# wcf web-services endpoint servicecontract
WCF contract changes that affect clients

I was curious if someone could outline which types of WCF contract (interface) changes on the server side would break …

wcf datacontract servicecontract operationcontract
Could not find endpoint element with name ' and contract 'I' in the ServiceModel client configuration section.

I am working on a Base WCF Service- Client WCF service - Consumer Base Wcf servcie model as following: In …

wcf client wcf-binding wcf-endpoint servicecontract
Can I change namespace of WCF ServiceContract interface without changing the service?

Is there a way to change the .NET namespace of a WCF ServiceContract Interface yet still make the WCF service …

wcf servicecontract
WCF - contracts versioning (by example)

This should be easy for someone familiar with the best practices of versioning service/data contracts. I want to make …

wcf versioning servicecontract datacontracts