70-573 · Question #248
You are creating an application for SharePoint Server 2010. The application will run on a remote computer. You need to identify a data access method to query lists in the application. Strongly-typed…
The correct answer is A. client object model. MNEMONIC RULE: "remote + strongly-typed = Client Object Model" REST is not strongly-typed, LINQ and server object model are not for remote communications. The new client object models provide an object-oriented system for interoperating with SharePoint data from aremote…
Question
You are creating an application for SharePoint Server 2010. The application will run on a remote computer. You need to identify a data access method to query lists in the application. Strongly-typed access to columns must be provided from within Microsoft Visual Studio 2010. Which method should you use?
Options
- Aclient object model
- BLINQ to SharePoint
- CRepresentational State Transfer (REST)
- Dserver object model
How the community answered
(45 responses)- A78% (35)
- B4% (2)
- C7% (3)
- D11% (5)
Explanation
MNEMONIC RULE: "remote + strongly-typed = Client Object Model" REST is not strongly-typed, LINQ and server object model are not for remote communications. The new client object models provide an object-oriented system for interoperating with SharePoint data from aremote computer, and they are in many respects easier to use than the already existing SharePoint FoundationWeb services. What's New: Client Object Model
Topics
Community Discussion
No community discussion yet for this question.