MS Astoria Project (REST)

5 May, 2007 (05:50) | .NET, .NET Tools

The Microsoft Codename “Astoria” Overview document shows how data is addressed and represented by Astoria data services. In order to address data with Astoria data services the following addressing scheme is used: http://host/vdir//{{<[predicate]>}. For instance the URI http://myserver/data.svc/Customers points to a resource, which contains all customer instances. A single customer might be referenced by the following resource URI: http://myserver/data.svc/Customers[ALFKI], whereas “ALFKI” represents a unique key within the customer data.

Read More…

Tags:

Write a comment