Multiple choice technology web technology

what does ABC stands for in WCF?

  1. Address,Binding, Connection

  2. Action,Binding, Contract

  3. Action, Behaviour, Connection

  4. Address,Binding,Contract

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

In WCF, the ABCs represent the three core elements needed for communication: Address (where), Binding (how), and Contract (what). Together, these define the service endpoint completely - without any one of these, the endpoint cannot function.