nerdexam
Microsoft

70-518 · Question #60

You are designing a Windows Presentation Foundation (WPF) application that accesses a Microsoft SQL Server 2008 database. You must ensure that database administrators can change the structure of…

The correct answer is B. Model the data layer by using custom data access objects. See the full explanation below for the reasoning.

Question

You are designing a Windows Presentation Foundation (WPF) application that accesses a Microsoft SQL Server 2008 database. You must ensure that database administrators can change the structure of database tables without requiring redeployment of the WPF application. You need to recommend a data modeling and data access strategy. What should you recommend?

Options

  • AModel the data layer by using DataSet objects with automatically generated Create, Read,
  • BModel the data layer by using custom data access objects.
  • CModel the data layer by using LINQ to SQL with attribute-based mapping of objects to tables.
  • DModel the data layer by using typed DataSet objects with automatically generated Create,

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    74% (23)
  • C
    16% (5)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 70-518 Practice