You are designing an ASP.NET Web application.
The application must provide a data access method that supports HTTP, MTOM, SOAP, and TCP.
You need to ensure that customers can integrate their applications with the data sources and business rules for your Web application.
Which data access technology or technologies should you recommend?
A.
Entity Framework
B.
Windows Communication Foundation
C.
ADO.NET DataSets and ASP.NET Web Services
D.
ADO.NET DataTables and ASP.NET Web Services
Explanation:
only WC supported by binding HTTP, MTOM, SOAP, and TCP.