Question:You want to write a client to work with a WCF Data Service. Which actions should you take? (Choose all that apply.)
A Set a web reference to the data service.
B Set a service reference to the data service.
C Create an instance of the data service proxy and pass a URI object to point to the data service.
D Use the classes in System.Data.Services.Client to write code to access the data exposed by the service.
+ AnswerB C D
+ Report