FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

WCF INTERVIEW QUESTION & ANSWERS

21. Define transaction?
  A transaction is a collection or group of one or more units of operation executed as a whole. Another way to say it is that transactions provide a way to logically group single pieces of work and execute them as a single unit, or transaction.
Your Name Your Email-ID
Your Answer
 
22. What is address in WCF?
  Address is a way of letting client know that where a service is located. In WCF, every service is associated with a unique address.
Your Name Your Email-ID
Your Answer
 
23. What are the types of bindings in WCF?
 
  • Basic binding
  • TCP binding
  • Peer network binding
  • IPC binding
  • Web Service (WS) binding
  • Federated WS binding
  • Duplex WS binding
  • MSMQ binding
  • MSMQ integration binding
Your Name Your Email-ID
Your Answer
 
24. What are different elements of WCF Srevices Client configuration file?
  WCF Services client configuration file contains endpoint, address, binding and contract.
Your Name Your Email-ID
Your Answer
 
25. What is three major points in WCF?
 
  • Address
  • Binding
  • Contract
Your Name Your Email-ID
Your Answer