I've just been doing some research into sql data services, and found out that the current ACE model is being phased out for a newer relational model. It seemed all the samples in the March 2009 CTP were based on the ACE model (like the StorageClient project). I'm wondering if these are still relevant- they seem to all be based on the ACE approach, but I'm not sure if it's just a REST interface onto the relation back end.
views:
160answers:
2
+1
Q:
Are the Azure SDK Samples for using Sql Data Services still relevant since the ACE model is gone?
A:
Not really. The new direction SDS has taken means that the ACE model will be dropped. They will support a REST interface and you can use ADO.Net Data Services to communicate with it.
You've problably read this, but here's the post in which they announced the changes
Rik
2009-04-22 17:06:01
Right, but are you using REST to get into the relationship model, or the ACE model? I know they're working on the Tabular Data Stream (TDS) connection, but I'm not sure if that means REST is dead.
mhamrah
2009-04-22 19:06:10