This technology uses the OData protocol to transport data over the Internet using REST-ful paradigms.
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-servicesI am currently running IE8 and am doing some testing with WCF data services. When I make a call to …
internet-explorer wcf-data-servicesI 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-servicesHi I am using HttpWebRequest GET method to call a REST service. I am getting error :- ***'Content-Type' header must …
c# wcf-data-servicesI am trying create a WCF Data Services ServiceOperation that does grouping on the server side and then sends the …
c# .net wcf-data-servicesI'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 odataI'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-onlyI 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 odataI 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-2005I'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