Get list items from SharePoint 2010 using Client Object model
Simple console application, which get data from SharePoint list and displays it. It’s very good solution if SharePoint is used as a storage of rates, catalogs, libraries etc. To use SharePoint Client model you should add references to Microsoft.SharePoint.Client.dll and Microsoft.SharePoint.Client.Runtime.dll in your solution. Read more»