views:

9

answers:

2

I'm looking for a good tutorial on how to use the SharePoint 2010 Client Object Model. All I've been able to find on the web is some snippets about getting all the list names.

I'm looking for functionality such as:

  • Adding an item to a list
  • Querying a list for a specific field value
  • Deleting a row from a list

Any help would be appreciated!

A: 

Check this MSDN Video by Andrew Connell

Kusek
A: 

Using the SharePoint Foundation 2010 Managed Client Object Model should be helpful.

Also, I did a course for the Pluralsight On-Demand Library on the topic.

Rob Windsor

related questions