What is message contract in wcf?



What is message contract in wcf?..

Answer / Pradeep Parashar

Message Contract is a WCF construct used to specify the format of messages sent between service and client. It defines the structure of the messages without specifying the operations or data types. This allows for greater flexibility in designing the service.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

Explain different modes of security in wcf?

1 Answers  


Please explain briefly different instance modes in wcf?

1 Answers  


What is contract? What are the types of contract?

1 Answers  


Why do we use wcf services?

1 Answers  


explain what are the main components of wcf? : Wcf data services

1 Answers  


WCF:Could the ExactlyOnce property of the netMsmqBinding be true if the queue is not transactional?

1 Answers  


How datacontractserializer different from xmlserializer?

1 Answers  


What is endpoint in wcf?

1 Answers  


explain what is transport and message reliability? : Wcf data services

1 Answers  


Explain various address format used in WCF?

1 Answers  


Define message contracts?

1 Answers  


What is the difference between xmlserializer and the datacontractserializer?

1 Answers  


Categories