The wcf-data-services-client tag has no wiki summary.
0
votes
1answer
24 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 ...
2
votes
0answers
318 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 ...
0
votes
0answers
39 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 ...
0
votes
0answers
19 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
75 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 ...
0
votes
0answers
126 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.
...