Tagged Questions
The ssds tag has no wiki summary.
4
votes
1answer
997 views
Data access technology for Silverlight and WPF standalone app versions
I am writing an applicaton that will be a standalone WPF application and also a cut down version that will work as Silverlight and so be hosted in browsers. I want the Silverlight application to ...
2
votes
1answer
135 views
What is the best way to enforce properties that must be implemented at each subclass in *different* fields?
I am trying to come up with the "best" way to implement SQL Data Services flexible entity model where each class could be stored as an entity, even derrived classes.
Example: Every subclass has ...
2
votes
2answers
323 views
Astoria vs. SQL Server Data Services
What are in your opinion big differences between areas of usage for "Astoria" (ADO.NET data services) and SQL Server Data Services?
1
vote
2answers
208 views
Are the Azure SDK Samples for using Sql Data Services still relevant since the ACE model is gone?
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 ...
0
votes
2answers
72 views
SQL Data Services - querying for null
(This relates to Microsoft's SitkaSoapService, in the service reference at https://database.windows.net/soap/v1/)
I'm using SitkaSoapServiceClient to access my SQL Data Services database by SOAP.
I ...
0
votes
2answers
142 views
SQL Data Services database design guidelines
I've been playing around lately with SQL Data Services. Although (or perhaps because) I can knock out a well-structured relational database in my sleep, I'm struggling to get my head round how to ...
0
votes
2answers
68 views
Should I use “using” on my SitkaSoapServiceClient?
(This relates to Microsoft's SitkaSoapService, in the service reference at https://database.windows.net/soap/v1/)
I'm using SitkaSoapServiceClient to access my SQL Data Services database by SOAP.
...