wcf-data-services
how to work around the default message size limit in WCF data service
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[详细]
2023-03-04 17:53 分类:问答Update a record in a database using WCF Data Services
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.[详细]
2023-03-04 00:13 分类:问答How to capture WCF Data Service Request/ Response messages
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[详细]
2023-03-02 21:40 分类:问答Running a .net 4.0 WCF data service on a subdomain
I have two domains running my WCF dat开发者_JAVA技巧a services: a) http://www.domain-a.com/ b) http://api.domain-b.com/[详细]
2023-03-02 13:29 分类:问答Any good sample for an updatable WCF Data Service implementation
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[详细]
2023-03-02 00:51 分类:问答How do I lock down a .net 4.0 WCF Data Service
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![详细]
2023-03-01 23:57 分类:问答Securing an ADO.net WCF data service with ASP.NET Membership
HI, I am using WCF DataServices, i am trying to securing it using asp.net membership here is my code, <system.serviceModel>[详细]
2023-03-01 11:04 分类:问答Good opensource WPF applications
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[详细]
2023-03-01 00:42 分类:问答Threading problem when adding items to an ObservableCollection
I\'m updating an ObservableCollection of a WPF ViewModel in a WCF Data Service asynchronous query callback method:[详细]
2023-02-28 20:01 分类:问答Microsoft.Data.Services.Client.dll vs System.Data.Services.Client.dll
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[详细]
2023-02-28 05:04 分类:问答