WCF INTERVIEW QUESTION and ANSWERS Pdf
6. |
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. |
7. |
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. |
8. |
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
|
9. |
What are different elements of WCF Srevices Client configuration file? |
|
WCF Services client configuration file contains endpoint, address, binding and contract. |
10. |
What is three major points in WCF? |
|
|