You need to choose the appropriate data access technology for the children’s book area of
the web application.
Which data access technology should you choose?
A.
Web Service
B.
LINQ to SQL
C.
ADO.NET Entity Framework
D.
WCF Data Services
You need to choose the appropriate data access technology for the children’s book area of
the web application.
Which data access technology should you choose?
You need to choose the appropriate data access technology for the children’s book area of
the web application.
Which data access technology should you choose?
A.
Web Service
B.
LINQ to SQL
C.
ADO.NET Entity Framework
D.
WCF Data Services
C
D
It is D, WCF Data Services
The children’s book area of the web application must get data directly from a local database.
Answer should be C.
I dont think this is correct as you can tick this one too in WCF by implementing IQueryable operationContract.
Reading all requirements, D (WCF data services) seems to be right answer.
taking it back, Mike is right.