Introduction to Client Object Model
Client Object Model is the newest feature of SharePoint 2010. It is the subset of server object model which the Microsoft has defined as Microsoft.sharepoint.dll. The primary function is to manipulate and consume share point data. Client Object Model Implement on Window communication Foundation (WCF) service (…/_vti_bin/client.svc)
Note:
1. To work on Client Object Model, you need Microsoft.sharepoint.Client.dll and Microsoft.SharePoint.Client.Runtime.dll
2. Location of dll will be as follows:
C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14ISAPI
3. You Need Microsoft.SharePoint.Client. Namespace on working with client object Model
(more…)