Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

Raúl Ribeiro

Windows SharePoint Services 3.0 , .net, Microsoft Office SharePoint 2007, Office 2007 and 2010

News

SharePoint 2010 Client Object Model

In the previous SharePoint version we had some Webservices to help as comunicate with SharePoint, but how many of you created your own SharePoint WebServices ?

Now in the new SharePoint 2010 we have a Client Object Model that help us comunicate with SharePoint without the need for custom Webservices.

SharePoint comes with a WCF (client.svc) service that helps us communicate from .net, Silverlight or Javascript applications, the service as an XML input and a JSON output

client object model

It's a simple API to add,retreive, Update and Manage Data in SharePoint.

There is a new object called ClientContext, it's part of the Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime

 If you want o can explore the Microsoft.SharePoint.Client namespace here http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=94afe886-3b20-4bc9-9a0d-acd8cd232c24#tm

 

Posted: Thursday, October 22, 2009 12:28 PM by admin
Filed under:

Comments

No Comments

Anonymous comments are disabled