Multiple choice technology architecture

WCF support following encoding mechanism

  1. Text encoding

  2. MTOM (Message transmission optimization mechanism)

  3. Binary encoding

  4. All of the above

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

WCF supports multiple encoding mechanisms including text encoding (standard XML), MTOM for optimized binary data transmission, and binary encoding for efficiency. All three options are valid encoding types that WCF can use depending on the binding configuration.