WCF Interview questions


Total available count: 25
Subject - Microsoft Technologies
Subsubject - WCF

What is the difference between Message Contract and Data Contract?

Data contracts: Data contracts are used to describe data types used by service.They can be either parameter or return type.
Message Contract: Message Contract are used to describe SOAP message format.They allow us to control the detail is SOAP header and body.



Next 3 interview question(s)

1
What namespace is used to access WCF?
2
What is Distributed programming?
3
Differences between web services and WCF?