exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 37 discussion

Actual exam question from Microsoft's 70-486
Question #: 37
Topic #: 1
[All 70-486 Questions]

You are designing a data-oriented application that features a variety of storage schemas.
The application object model must be mapped to the various storage schemas.
You need to enable developers to manipulate the data.
Which ADO.NET data access strategy should you use? (Each correct answer presents a complete solution. Choose all that apply.)

  • A. LINQ to SQL
  • B. Entity Framework
  • C. DataAdapter
  • D. DataReader
Show Suggested Answer Hide Answer
Suggested Answer: ABC 🗳️

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
majco333
Highly Voted 5 years, 5 months ago
A, B, C Why C? https://docs.microsoft.com/en-us/dotnet/api/system.data.common.dataadapter?view=netframework-4.8
upvoted 16 times
eternaleclipse
4 years, 7 months ago
C is also correct because it is "legacy" C# data access to non-SQL DBMSs
upvoted 2 times
...
...
Thanh_Nguyen
Highly Voted 5 years, 6 months ago
Correct answer is only A and B
upvoted 8 times
Darshu
5 years, 5 months ago
why not c?
upvoted 1 times
...
...
ruth1404
Most Recent 4 years, 5 months ago
I think the answer is only B. A is not the answer because LINQ to SQL translates to SQL and it is mentioned that the model should work for different storage schemes
upvoted 1 times
...
Tinashe16
4 years, 6 months ago
Answer is A and B. DataAdapter doesn’t map the model.
upvoted 3 times
...
Paulo1
5 years, 2 months ago
@majco333 is absolutly rigth
upvoted 4 times
...
AT_TW
5 years, 4 months ago
I think it should be A,B
upvoted 1 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 ...