Multiple choice technology platforms and products

Which of the following statements is not correct about Windows Communication Framework (WCF)?

  1. WCF Service can define Data, Service, Fault and Message contract

  2. MSMQ binding, Web Service (WS) binding, Basic binding and TCP binding are part of standard binding supported by WCF

  3. WCF also support authentication using Issued token by secure token service

  4. WCF support Message reliability without ordered delivery

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The question asks for the INCORRECT statement. Option D is wrong because WCF's message reliability feature inherently includes ordered delivery - reliability mechanisms in WCF ensure messages arrive in the exact order they were sent. Options A, B, and C correctly describe WCF capabilities.