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
For Windows Vista and Windows 2008
For Windows 7 and Windows 2008 R2
For Windows 7 and Windows 2008 R2
Implementation
- Make sure your SharePoint 2010 Rest Service Accessible to you.
- To check the URL enter the service name in your browser. Example (http://home/_vti_bin/Listdata.svc)
- 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
- Rest Example
- PPT Presentation
Comments
Post a Comment