You are designing an ASP.NET Web application. The Web application must meet the
following requirements: Support REST without implementing custom URI templates. Allow
CRUD functionality. You need to recommend a data access strategy. What should you
recommend?
A.
Use ASP.NET Web Services.
B.
Use SQL Server Service Broker.
C.
Use WCF Data Services.
D.
Use WCF Services.