Service Class
WCF Runtime
Host Application
All of the above
Host Application
Service
Endpoint
Client Application
True
False
1,2
2,3
1,3
1,2,3
True
False
Queue-based
Connection Oriented
HTTP Binding
All of the above
1,2,3
2,3,4
1,3,4
1,2,3,4
In a WCF service, WSDL includes XML namespace to identify elements.
When transactions are handled in SOA, it forces you to adhere to ACID properties.
Transactions in a WCF service are allowed by common bindings
None of the above
1,2
2, 3
1,3
1,2,3
Data Contract defines the type and format of data that should be exchanged between a client and the WCF service.
If a WCF service uses a data contract, the WCF Runtime should be informed to serialize or de-serialize custom data.
Data Contract attribute is defined in System.Serialization namespace.
None of the above
Wait!
Here's an interesting quiz for you.