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.
Share
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.