Top "Wcf-data-services" questions

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

Problem rolling out ADO.Net Data Service application to IIS

I am adding a ADO.Net Data Service lookup feature to an existing web page. Everything works great when running …

.net web-services iis wcf-data-services
WCF Data Service - How To Diagnose Request Error?

I have an application which will use WCF to serve up various chunks of data to clients. However, due to …

wcf wcf-data-services
Diff between WCF service library and WCF service application

I want to use WCF service (.svc) in my WPF project., Iam trying to create a service., but in Visual …

wcf wcf-data-services wcf-library
WCF REST vs. ADO.NET Data Services

Could someone compare and contrast on WCF Rest services vs. ADO.NET Data Services? What is the difference and when …

wcf rest wcf-data-services
How to pass authentication header to OData Service

I am following authentication method described at http://blogs.msdn.com/b/astoriateam/archive/2010/07/21/odata-and-authentication-part-6-custom-basic-authentication.aspx I am able …

odata wcf-data-services datajs
Best Practices for Integrating AutoMapper with WCF Data Services and EF4

We are exposing a domain model via WCF Data Services. The model originates from EF4, and requires some additional work …

c# .net entity-framework-4 automapper wcf-data-services
WCF Data Service 5.6 quick start

I have been trying to get a WCF Data Service server working for a few days now. I finally backed …

c# wcf wcf-data-services
How to force ADO.NET Entity Framework to regenerate code?

I've run into a snag with a ADO.NET Entity Framework model and a ADO.NET Data Service that is …

entity-framework wcf-data-services
How to handle Ajax JQUERY POST request with WCF self-host

There are many reasons create a RESTful WCF server (it is easy) and even better if you can avoid ASP …

wcf jquery http-post wcf-data-services