Multiple choice technology databases

Select the WCF Binding suitable for Ajax Clients

  1. basicHttpBinding

  2. wsHttpBindging

  3. webHttpBinding

  4. All of the above

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

WCF's webHttpBinding is specifically designed for RESTful services, enabling communication with XML or JSON payloads, which makes it ideal for ASP.NET AJAX clients. The basicHttpBinding and wsHttpBinding are built for SOAP-based web services, which are less suitable for standard Ajax clients.