WCF Interview Question and Answers

1. What is Windows Communication Foundation(WCF)?
  WCF is a distributed technology that provides a single, integrated platform or model called the service model to develop distributed applications for Windows.
 
Your Name Your Email-ID
Your Answer
2. What was the code name of WCF?
 
  • The code name of WCF was Indigo.
 
Hari, said Apr 3, 2018
WCF is a unification of .NET framework communication technologies which unites the following technologies:- Web services MSMQ NET remoting COM+.
Your Name Your Email-ID
Your Answer
3. When was WCF introduced?
  WCF was introduced with .NET Framework 3.0 in 2006.
 
Your Name Your Email-ID
Your Answer
4. What are the types of contracts in WCF?
 
    There are five types of contracts in WCF are
  • Service contract
  • Data contract
  • Message contract
  • Operation contract
  • Fault contract
 
Your Name Your Email-ID
Your Answer
5. What is the namespace used for WCF?
  System.ServiceModel is the namespace used for WCF.
 
Your Name Your Email-ID
Your Answer
12345 Page 1 of 5