Programming against lists using the Client Object Model
Hai, Here will see programming against lists using the Client Object Model. To do develop applications against SharePoint list we have to use Microsoft.SharePoint.Client namespace. To add this reference to your project just go to c:\Program Files\Common Files\Microsoft Shared\Web ServerExtensions\14\ISAPI and Add Microsoft.SharePoint.Client.dll and Microsoft.SharePoint.Client.Runtime.dll DLL files. Before starting coding against list first will create a simple list … [Read more…]