You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to develop an application
that will access a WCF data service. The solution contains the projects shown in the following table.
The WCF data service exposes an Entity Framework model. You need to access the service by using a
WCF Data Services client. What should you do in the Application.Client project?
A.
Add a reference to the Application.Model project.
B.
Add a reference to the Application.Service project.
C.
Add a service reference that uses the URL of the WCF data service.
D.
Add a Web reference that uses the URL of the WCF data service.