exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 4 question 10 discussion

Actual exam question from Microsoft's 70-487
Question #: 10
Topic #: 4
[All 70-487 Questions]

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. ADO.NET Entity Framework
  • B. WCF Data Services
  • C. LINQ to SQL
  • D. Web Service
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Scenario: The children's book area of the web application must get data directly from a local database. It must use a connection string. It must also support access to the stored procedures on a database. Further, it is required to have strongly typed objects. Finally, it will require access to databases from multiple vendors and needs to support more than one-to-one mapping of database tables.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
supersunny
Highly Voted 5 years, 6 months ago
A is actually correct as data access to use. ADO.NET EF
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...