tags:

views:

160

answers:

2

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.

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
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
+3  A: 

Correction... the samples in the Windows Azure SDK don't use SQL Data Services at all. They're running against Windows Azure table storage (which is not changing models and remains based on ADO.NET Data Services). So the samples you're looking at are entirely valid.