Multiple choice technology web technology

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

The option has a typo ('WCG' instead of 'WCF') but correctly identifies the false statement. WCF supports message reliability WITH ordered delivery, not without. Standard WCF bindings include MSMQ, WS, Basic, and TCP. WCF supports issued token authentication and defines multiple contract types.