1.
In WCF, ______________ represents the domain of the following address. net.tcp://localhost:9000/ServiceA
2.
In WCF, ________________ represents the path in the following address. net.tcp://localhost:9000/ServiceA
3.
In WCF, ______________________ is used to define the communication of an endpoint.
4.
In WCF, ________________________ is a collection of operations that specifies the functionality of an endpoint to the client.
5.
Which of the following mediums is used to communicate between a client and a service in WCF?
6.
In an XML document in WCF, which of the following is used to combine a header and a body section?
7.
Which of following is employed to support the DataContractSerializer class in WCF?
8.
Which of the following supports WCF?
9.
In WCF, which of the following provides information to a client and outer world about the offerings of the endpoint?
10.
In WCF, which of the following rules should be followed by a client?