Top "Wcf-data-services" questions

This technology uses the OData protocol to transport data over the Internet using REST-ful paradigms.

Dispatcher BeginInvoke Syntax

I have been trying to follow some WCF Data Services examples and have the following code: private void OnSaveCompleted(IAsyncResult …

c# .net multithreading wcf-data-services
Transfer large amount of data in WCF service

I 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-binding
WCF Streaming large data (500MB / 1GB) on a self hosted service

I'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-services
How to handle json DateTime returned from WCF Data Services (OData)

I believe I am missing something obvious here. When I request a JSON response from an OData service I get …

wcf json wcf-data-services odata
WCF Data Services (OData) Vs ASP.NET Web API

I 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 odata
Resource not found for segment 'Property'

When using ADO.Net Data Services client to refresh an entity by calling the LoadProperty: ctx.BeginLoadProperty(this, "Owner", (IAsyncResult …

c# wcf-data-services
Sequence contains no matching element - EntityFramework

I'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-services
is it possible to Query an Odata service and expand Child of Child entities?

This 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-services
Entity Framework - Inserting records in child table when parent record already exists

Good 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