Hello cSharpies,
I'm trying to get up to speed with WCF services.
Does a service need to have a ServiceContract/OperationContra ct to make
use of a DataContract?
I want to have a service that allows a client to create an object in the
service app and have the service app "do something" with the object.
Thanks,
Bill
I'm trying to get up to speed with WCF services.
Does a service need to have a ServiceContract/OperationContra ct to make
use of a DataContract?
I want to have a service that allows a client to create an object in the
service app and have the service app "do something" with the object.
Thanks,
Bill
Comment