CRUD Operation with SharePoint REST Service using ADO.NET DATA Services


Today I am going to implement the SharePoint 2010 REST Services using ADO.NET Data Services. In this example i will show you how to applying the CRUD Operation to the SharePoint List. In this example I will create the Window Application and consuming the ListData.svc service and perform the basic list Operations. I will provide you a video link so you can easily understand and do it your self. 

Overview 
  • Prerequisite
  • General error while using SharePoint Rest Services.
  • Fix Errors
  • Implementation
  • CRUD Operation with SharePoint REST Service using ADO.NET DATA Services
  • Video
  • Source Code
Prerequisite
  • Visual Studio 2010 
  • ADO.NET Data Services v1.5 CTP2 Installed on your machine
  • Full Access to the SharePoint 2010 Rest Service URL. Ex http://<<servername:port>>/_vti_bin/Listdata.svc 


General error while using SharePoint Rest Services.
“System.Data.Services.Providers.IDataServiceUpdateProvider’ from assembly ‘System.Data.Services, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”
Fix Errors

You need to installed the following 
  1. Make sure your SharePoint 2010 Rest Service Accessible to you.
  2. To check the URL enter the service name in your browser. Example (http://home/_vti_bin/Listdata.svc)
  3. Open visual Studio and Add SharePoint data source and consume this services.

Please email me your email id so I can share with you this video.

Video



Source Code

  1. Rest Example

  1. PPT Presentation 

Comments

Popular posts from this blog

SharePoint RPC Protocols Examples Using OWSSVR.DLL

Types of Features in SharePoint 2013

Send Email using SharePoint Rest API