This technology uses the OData protocol to transport data over the Internet using REST-ful paradigms.
I have a WCF service that has been working perfectly, and something has changed and I don't know what. I …
c# wcf exception wcf-data-servicesI have been trying to follow some WCF Data Services examples and have the following code: private void OnSaveCompleted(IAsyncResult …
c# .net multithreading wcf-data-servicesI have created a web service in WCF which returns more than 54000 data-rows with 10 data in each row. I have …
wcf wcf-data-services wcf-bindingI'm currently experiencing an issue trying to send large data using WCF self hosted service (no IIS). Transferring 500MB using …
c# .net wcf wcf-data-servicesI believe I am missing something obvious here. When I request a JSON response from an OData service I get …
wcf json wcf-data-services odataI am designing a distributed application that will consist of RESTful services and a variety of clients (Silverlight, iOS, Windows …
wcf rest asp.net-web-api wcf-data-services odataWhen using ADO.Net Data Services client to refresh an entity by calling the LoadProperty: ctx.BeginLoadProperty(this, "Owner", (IAsyncResult …
c# wcf-data-servicesI'm using EF 6.1.0 and was creating a WCF Service. First I created a Class Library containing my entities, Mappers and …
c# wcf entity-framework ef-code-first wcf-data-servicesThis sounds rather simple (and maybe I'm missing the obvious here) but I can't find a solution. I know I …
linq odata wcf-data-servicesGood afternoon- I am developing a Silverlight application using LINQ to Entity Framework for the data access layer. My n-tier …
entity-framework-4 parent-child wcf-data-services