I have got a WCF Data Service based on a LINQ to SQL data provider. I am making a query \"get me all the records between two dates\".
I\'d like to implement a ADO.NET/WCF DataService and I am wondering what\'s the best way to setup a project in VS2008 SP1 for this purpose.
When I deployed开发者_如何学Go my WCF Data Services to production hosting I started to get the following error (or similar depending on which auth schemes are active):
I have a simple WCF Data Services service and I want to expose a Service Operation as follows: [System.ServiceModel.ServiceBehavior(IncludeExceptionDetailInFaults = true)]
Anybody know how to change the current data source of a DataServices on the fly? Example I want to consult t开发者_StackOverflow中文版he service and pass a parameter saying to pick up another connect
We have an ado.net dataservices 1.0 call that is being passed to a [WebGet] service operation as a batch through BeginExecuteBatch.
I have a ado.net data service created using VS 2008 sp 1 that is hosted that I want to consume via HTTP and JSON from Android 2.1? Does anyone have sample code on how to do CRUD operations eas开发者_C
I have a problem with my WCF Data Service, and this one is开发者_运维百科 just plain weird.I\'m trying to enable paging so that large collections will be handled better, which was the whole idea behin
Can anyone point me to a definitive Microsoft map for where Reporting Services is going using WCF Data Services (ADO.NET Data Services, Astoria) as a data source?
I want to use the .net class HttpListener to intercept requests to my selfhosted (WebServiceHost) WCF Data Service in order to add the \"WWW-Authenticate\" header to the response (for user authenticat