SharePoint 2010 - REST Services
As you may all be aware SharePoint 2010 now supports the use of REST Services for retrieval of content from lists and libraries etc. This approach works well as the REST Services data can easily be consumed either inside or outside SharePoint. If we access a list within SharePoint we can see I have a tasks list with two items in it. I can view them normally in the UI as shown below:
If we now modify the URL that is being used from http://websiteaddress/sitename/Lists/Tasks/AllItems.aspx to be http://websiteaddress/sitename /_vti_bin/ListData.svc/Tasks we now get a different view of ... [read more]