I have an oData generated DataServiceContext and I am successfully adding entities to it. I need to add a whole load of entities and then commit them in a single SaveChanges with the Batch option set
I am trying to generate the OData Proxy for the service : http://services.odata.org/Northwind/Northwind.svc/$metadata
I\'m looking at creating a data query WCF service over a slow satellite connection and I really like WCF Data Services. The problem I see is that HTTP is a very verbose format and since everything I\'
I have a server which is exposing OData services. I can actually make use of OData client for Objective C to 开发者_高级运维get the data and show on the iPhone.
I\'m trying to use WCF Data Service with Subsonic, but ran into this error when I try to access my \"service.svc\". I have 2 projects, one is a class library (called \"OData\") that has Subsonic t4 te
How do I restrict the amount of data received from a OData service.? In a WC开发者_Python百科F Service there is an option MaxReceivedMessageSize with which we can restrict.
I am looking for a way to either: Do a cross domain plain JSON request a-la YUI IO (http://developer.yahoo.com/yui/3/examples/io/io-xdr.html with Basic Authentication)
I have a very simple Reflection-based OData sample the runs fine and generates json 开发者_开发问答when I use the Accept header as indicated.However, I cannot get it to work with the $format=json para
There is OData Service using WCF Data Services(ADO.NET Data Services) available. I need to consume the OData Service in programmatic way. In the sense I do not want to use DataSvcUtil to create the pr
I\'m trying to manual开发者_如何学编程ly build a WCF Data Service using a POCO data model and I cannot figure out how to properly expose enum values. Assuming a simple model like: