nerdexam
Microsoft

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…

Developing for Data Access

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)
  • A
    78% (35)
  • B
    4% (2)
  • C
    7% (3)
  • D
    11% (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

#client object model#remote application#LINQ to SharePoint#data access

Community Discussion

No community discussion yet for this question.

Full 70-573 Practice