How can I consume a WCF Data Service without adding a Service Reference.
For a normal WCF service, we use shared contracts and create proxy at runtime to call the service. Is similar concept possible in case of Data Service?
How can I consume a WCF Data Service without adding a Service Reference.
For a normal WCF service, we use shared contracts and create proxy at runtime to call the service. Is similar concept possible in case of Data Service?