nerdexam
Microsoft

70-518 · Question #1

You are designing a Windows Presentation Foundation (WPF) application by using Microsoft .NET Framework 4 and Microsoft Visual Studio 2010. You plan to create a Customer object that contains an…

The correct answer is A. lazy loading. See the full explanation below for the reasoning.

Question

You are designing a Windows Presentation Foundation (WPF) application by using Microsoft .NET Framework 4 and Microsoft Visual Studio 2010. You plan to create a Customer object that contains an Orders property. The Orders property contains an array of Order objects. When users browse Customer objects, they must be able to optionally view Order objects. You need to design a data access strategy that retrieves data only when necessary. Which strategy should you use?

Options

  • Alazy loading
  • Beager loading
  • Cfile streaming
  • Dpessimistic locking

How the community answered

(24 responses)
  • A
    75% (18)
  • B
    13% (3)
  • C
    4% (1)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full 70-518 Practice