Top "Wcf-data-services" questions

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

An existing connection was forcibly closed by the remote host - WCF Data Service error

I'm currently using WCF Data Services (well, ADO.Net Data Services) with Entity Framework and am getting the following error …

c# entity-framework wcf-data-services
Why doesn't IE parse the XML returned from a WCF Data Service?

I am currently running IE8 and am doing some testing with WCF data services. When I make a call to …

internet-explorer wcf-data-services
Data inserted successful but jquery still returning error

I used following jQuery to insert data via Data Service. Event though I got status-response 201 and the data is successfully …

jquery ajax wcf-data-services
The 'Content-Type' header must be modified using the appropriate property or method. Parameter name: name

Hi I am using HttpWebRequest GET method to call a REST service. I am getting error :- ***'Content-Type' header must …

c# wcf-data-services
What is the implementing class for IGrouping?

I am trying create a WCF Data Services ServiceOperation that does grouping on the server side and then sends the …

c# .net wcf-data-services
Using enums in WCF Data Services

I'm trying to manually build a WCF Data Service using a POCO data model and I cannot figure out how …

c# wcf enums wcf-data-services odata
How to accept JSON in a WCF DataService?

I'm trying to understand how to use WCF Data Services (based on EF 4.1) to create a restful web service that …

c# json wcf-data-services ef4-code-only
Enable WCF Data Service to accept/return JSON by default

I have a WCF Data Service that I'd like to return JSON by default for all operations. Is there a …

json wcf wcf-data-services odata
how to generate client proxy class of a wcf service that will work in the .net 2.0

I have to use a wcf service in the ssis script component which is developing in BIDS 2005. For this i …

wcf-data-services svcutil.exe ssis-2005
Libraries for ADO.NET to rapidly bulk insert data into a database from a .csv file?

I'd like to know if you can recommend any advanced ADO.NET libraries for working with databases. I've discovered that …

sql sql-server ado.net linq-to-entities wcf-data-services