Question:You define your own custom type to be used with your WCF service. This type represents a product at your company. It contains several public properties. You want to expose this type so that it can be serialized and defined by an XML Schema Definition (XSD) schema. What actions should you take? (Choose all that apply.) 

A Mark your product class with the DataContract attribute. 

B Mark your product class with the ServiceContract attribute. 

C Mark the public members of your product class with the OperationContract attribute. 

D Mark the public members of your product class with the DataMember attribute. 

+ Answer
+ Report
Total Preview: 922

Copyright © 2024. Powered by Intellect Software Ltd