adspace


What is "know types" in wcf?

Answer Posted / Urvashi

In WCF, 'known types' are types (i.e., classes or structures) that are used within a data contract but are not explicitly included in the DataContract attribute of the service. Any type marked with DataMember attribute will be considered as a known type.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

906