Microsoft
70-518 · Question #8
You are designing a Windows Presentation Foundation (WPF) application by using Microsoft .NET Framework 4 and Microsoft Visual Studio 2010. You plan to create an Author object that contains a Books…
The correct answer is B. eager 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 an Author object that contains a Books property. The Books property contains a large array of Book objects. When users browse through author data in the application, they must be able to view all information related to books written by that author without additional queries. You need to design a data access strategy that meets the requirement. Which strategy should you use?
Options
- Alazy loading
- Beager loading
- Coptimistic locking
- Dpessimistic locking
How the community answered
(35 responses)- A17% (6)
- B74% (26)
- C3% (1)
- D6% (2)
Community Discussion
No community discussion yet for this question.