Tagged Questions
The ado-net-data-services tag has no wiki summary.
8
votes
4answers
2k views
How do I choose between WCF, REST, POX and RIA services for a new Silverlight application
There a lot of different ways a Silverlight application can connect back to it’ server. Including
WCF - Windows Communication Foundation
REST (see also)
ADO.NET Data Services (or is this just ...
2
votes
2answers
462 views
Are “WCF Data Services” going in the right direction?
I really like the idea of "WCF Data Services" but how does it work in a real life scenario? WCF Data Services provide just a nice way for the client to CRUD the data. However it's very limited in what ...
1
vote
1answer
1k views
WCF Data Services - neither .Expand or .LoadProperty seems to do what I need
I am building a school management app where they track student tardiness and absences. I've got three entities to help me in this. A Students entity (first name, last name, ID, etc.); a ...
0
votes
2answers
400 views
Accessing SQL Data Services via ADO.NET Data Service Client Library
Is this possible? Basically I would like to use SQL Data Services REST interface and let the ADO.NET Data Service Client library handle communication details and generate the entities that I can use. ...