Question:What is the function of WCF Data contracts in .Net framework 4.0?
A They define, for each parameter or return type, what data is serialized to be exchanged.
B They define which operations the client can perform on the service.
C They define which errors are raised by the service, and how the service handles and propagates errors to its clients.
D None of these
+ AnswerA
+ Report