Multiple choice technology architecture

Which of the following statements is false 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. WCG support Message reliability without ordered delivery

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

Options A, B, and C describe genuine WCF capabilities: WCF supports multiple contract types, includes standard bindings like MSMQ/Web Service/TCP/Basic, and can authenticate using issued tokens from Security Token Services. Option D is false because WCF's reliable messaging inherently provides ordered delivery - ensuring messages arrive in sequence.