I have a WCF Data Service. I can browse to it OK 开发者_如何学JAVAin my browser and I can make queries to it successfully via the URL...but I can\'t add a Service Reference to it, and I can\'t add it
I\'m working with an EF data model which is exposed through an OData service endpoint. It has Person and Group entities which are connected through a many-to-many relationship.
I\'m trying to project parts of a Display and its list of locations from a WCF Data service into a custom type. Is this doable in WCF Data Services in a Silverlight client? There is some help here, bu
Im working with IBM DB2 and there is no GUID(uniqueidentifier) datatype there. Instead there is char for binary. When i create entity database model from that database- that type is identified as byte
If I\'m unable to annotate my classes with the DataServicesKeyAttribute to make WCF Data Services recognize my property Id as a key (since it only recognizes ID or ClassNameID by default), is there an
I am trying to update an entity from a WCF client as follows: Ctxt.MergeOption = MergeOption.NoTracking;
I\'ve just created a new data service using the WCF Data Services 4.1 CTP2 release. The service runs fine on localhost but whenever I try to deploy to another web server I get the following error:
I\'ve se开发者_StackOverflowen a lot of benchmarks on Azure performance, but I\'m wondering if anyone knows of/has done a comparison to see which of the following scenarios performs better for a thick
I\'m trying to make a call to WCF Data Services and display the results in a GridPanel. The call works and returns the correct JSON except the GridPanel doesn\'t display any results.
While getting our WCF Data Service ready for production we encountered an issue with the behaviour of the expand operator when paging is enabled.