4
votes
1answer
472 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 …
2
votes
5answers
220 views
Algorithms for Optimization with Fast Disk Storage (SSDs)?
Given that Solid State Disks (SSDs) are decreasing in price and soon will become more prevalent as system drives, and given that their access rates are significantly higher than ro …
2
votes
2answers
222 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
87 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 …
1
vote
1answer
73 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: Ever …
0
votes
2answers
48 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 d …
0
votes
2answers
102 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 he …
0
votes
2answers
62 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 d …
