By: TwitterButtons.com

Recent blog posts

User login

Home

oData

oData (Open Data Protocol) is available in SharePoint 2010 and used by the built-in service ListData.svc. You can also leverage oData using the built-in data factory of SharePoint 2010 and the ADO.Net Data Services.

Leveraging oData using the built-in SharePoint 2010 data factory

Hi,

I've just recorded a video on the above topic

http://channel9.msdn.com/posts/Leveraging-oData-using-the-built-in-Share...

You can download the source code here

If you want to watch the French version, you can watch it on MSDN:

http://msdn.microsoft.com/fr-fr/sharepoint/hh750361

Update:if you have troubles watching the video on channel9 (see comments below), you can read it from my own site http://www.silver-it.com/default/files/videos/oDataen.wmv

Happy Coding!

Building and consuming a custom oData service for SharePoint 2010

Hi,

For a recent project, I’ve been involved together with another fellow SharePoint developer Jeroen Van Bastelaere (http://www.skavi.be) in optimizing a SharePoint portal application.
The first idea we had was to use caching, so we built a lightweight caching framework that is flexible and maintainable enough and that allowed us to reach our main objective which was gaining performance.

Using the SharePoint RESTful service listdata.svc from within a custom Document Information Panel

Hi,

I've just recorded a new video that was published on Channel9, if you're interested to watch it, it's here:

http://channel9.msdn.com/posts/Using-the-SharePoint-RESTful-service-list...

Happy coding!