I have encountered a problem with my WCF data service. One of tables contains too many data to return(about 80 fields) so that the size limit would be exceeded by only one record(above 60k by estimati
I\'m trying to use WCF Data Services and I\'m a little confused about where I\'m wrong in tr开发者_JAVA技巧ying to update a record, based on a key field value.
I have built a WCF Data Service with an updatable data context. I want to capture the Request and Response messages wh开发者_StackOverflow社区en I consume this service using my client. How do I go abo
I have two domains running my WCF dat开发者_JAVA技巧a services: a) http://www.domain-a.com/ b) http://api.domain-b.com/
I am looking for a good sample implementing an updatable WCF Data Service. I found this article on MSDN that shows a sample i开发者_StackOverflow社区mplementation using IUpdatable, but not sure if I u
I\'ve had a WCF Data service published for about 2 months. It\'s 100% been hacked already. I even noticed the service published on twitter!
HI, I am using WCF DataServices, i am trying to securing it using asp.net membership here is my code, <system.serviceModel>
I have experience with Silverlight + MVVM + WCF RIA. My next project will be developing by WPF and its architecture is 3-tiers. I want to know are there go开发者_如何学Cod example for this kind of pro
I\'m updating an ObservableCollection of a WPF ViewModel in a WCF Data Service asynchronous query callback method:
I\'m trying to use WCF Data Services and a little confused what library should I reference to interact with WCF Data Services: Microsoft.Data.开发者_JAVA技巧Services.Client.dll or System.Data.Services