Showing results for Sharepoint - OData

Feb 15, 2010
0
0

Compatibility Note: SharePoint 2010 Beta & Data Services Update

DB Blogs
DB Blogs

If you want to try out Data Services with the SharePoint 2010 Beta today you have to use CTP2 of Data Services v1.5, because unfortunately the Data Service RTM version, aka the Data Services Update for .NET 3.5 SP1 is incompatible with the SharePoint 2010 Beta. This is a point in time issue – when SharePoint RTMs it will work seamlessly with the Da...

ADO.NET Data ServicesSharepointCompatibility
Oct 29, 2009
0
0

Using Data Services over SharePoint 2010 – Part 2 – CRUD

DB Blogs
DB Blogs

In part 1 you learned how to get SharePoint 2010 and Astoria working together, how to add a Service Reference to your Client Application and how to do a basic insert. In this installment you will see full CRUD, so you’ll learn how to do queries, data binding, updates and deletes. The Problem: In part 1 we created a ‘Make a Suggestion’ feature for ...

ADO.NET Data ServicesWhat's NewHow To
Oct 21, 2009
0
0

Using Data Services over SharePoint 2010 – Part 1 – Getting Started

DB Blogs
DB Blogs

ADO.NET Data Services 1.5 and SharePoint 2010 allow developers to write applications against SharePoint Lists using the familiar Data Services Client programming model. Setup The SharePoint 2010 beta will become generally available in November. In order to use Data Services with SharePoint 2010 Beta, ADO.NET Data Services 1.5 must be installed on...

ADO.NET Data ServicesWhat's NewHow To
Oct 19, 2009
0
0

Share your data across data sources (Sharepoint, SQL Server, Azure, Reporting Services, etc) & applications (.NET, Silverlight, Excel, etc) using Data Services

DB Blogs
DB Blogs

This week at the SharePoint conference, Pablo Castro will be announcing that the next version of SharePoint natively integrates with data services such that all SharePoint lists will be exposed as an ADO.NET Data Service.  This means you can now program against SharePoint list data using all the VS tools and runtime client libraries (.NET, Sil...

ADO.NET Data ServicesSilverlightSharepoint