What is "know types" in wcf?



What is "know types" in wcf?..

Answer / 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

More WCF Interview Questions

In wcf, which contract is used to document the errors occurred in the service to client?

1 Answers  


What is the usage of datacontracts in wcf?

1 Answers  


Explain service contracts?

1 Answers  


What are the possible ways of hosting a wcf service? Explain.

1 Answers  


how many types of contract does WCF defines?

1 Answers  


do you know what is the address formats of the wcf transport schemas? : Wcf data services

1 Answers  


what is windows card space?

1 Answers  


do you know what is endpoint in wcf? : Wcf data services

1 Answers  


What is the service?

1 Answers  


Which are the 3 types of transactions manager wcf supports?

1 Answers  


Explain the different ways to host wcf service?

1 Answers  


Why do we use wcf?

1 Answers  


Categories