The wcf-data-services-client tag has no wiki summary.
0
votes
0answers
198 views
Can Delphi XE3 access WCF data services like it does Soap? (without having to Parse the XML manually)
We are about to purchase Delphi XE3, but since installing the demo, I've noticed that I can't add the service reference to the WCF data services. I have tried using the MetaData URL of the service and ...
1
vote
0answers
96 views
Quality of OData in Mono for Android
I am looking to create some cross platform libraries. One of the most important things for me for my mobile platforms is to access web services. After doing quite a bit of reading, it seems that the ...
2
votes
1answer
147 views
Is there a DataServiceContext.Set(type) equivalent to DbContext.Set(type)
I have recently created a pretty robust API built around Entity Framework's DbContext. I am using a lot of metadata programming and taking advantage of the fact that I can get my data with a call like ...
0
votes
0answers
74 views
The closed type 'xxxx' does not have a corresponding element settable property
I have the same problem as EF4: The closed type 'xxxx' does not have a corresponding element settable property post, those answers didn't work for me..BTW I am not accessing from asp.net, I am ...
0
votes
0answers
120 views
WCF Discovery and DataService V3
I would like to expose discovery endpoints (both TCP and UDP) for my Data Services v3 and enable services to be discoverable from the client and discover them in another application. The main point in ...
1
vote
1answer
159 views
How do I extract ETAG from a WCF Dataservices response?
I've been trying to get an answer to this question for quite some time. Since the WCF Dataservice isn't thread safe, and often it needs to be recreated, once I query my datastore for a record, how do ...
0
votes
0answers
145 views
WCF Data Services doesn't support many things
I am using the March 2011 CTP2 of WCF Data Services and Entity Framework 4 Code First and am having a lot of problems with it. The problems I am having relate to "inner queries" not being supported.
...
4
votes
0answers
431 views
Tips to increase performance of the .NET client data context in WCF data services?
We've been developing a new app using the following stack:
SQL Server 2008 R2 -> Entity Framework 4.2 -> WCF Data Services -> WCF Data Services Client Library
This is all .NET 4.0
Now, the WCF Data ...