wcf-data-services
Is it possible to implement server-side paging with a WCF Service, NOT a WCF Data Service
I\'ve been experiementing with using WCF and have written a WCF Service to provide the backend for a web site. I\'ve encountered a problem when it comes to implementing server-side paging as all the e[详细]
2023-04-13 08:42 分类:问答How to determine the URL of a WCF Data Service's client reference?
To access OData on Windows Phone you do this: // Declare the data service objects and URIs. NorthwindEntities context;[详细]
2023-04-13 03:56 分类:问答WCF Data Services fail to respond a query including orderby
I have a database view which I publish to other systems using WCF data services. The middle layer between the database and the WCF Data Services is built upon Entity Framework 4.1[详细]
2023-04-12 21:54 分类:问答In WCF Data Services, how can I change the visible name of my entities?
Using WCF Data Services I am using a data model that contains entities with names specific to the model. I would like to expose them through Odata but with different names.[详细]
2023-04-12 04:25 分类:问答Cannot get data out of a WCF Data Service
I set up a WCF Data Service http://localhost:65432/YeagerTechWcfService.svc and when I run it, I get the expected output below:[详细]
2023-04-11 18:31 分类:问答WCF Data Service Method for Aggregation with filter
I need to aggreate some data of my wcf data service in order do something like a \"monthly report\". Afaik aggregation is not possible via the odata protocol. I guess I have to implement my own WebGet[详细]
2023-04-11 17:32 分类:问答How to provide DISTINCT functionality in WCF
I have WCF Data service on top of EF (old-fashioned edmx; not code-first) that has millions of rows of data. I am restricting result set to 500 rows. So far, so good![详细]
2023-04-11 16:53 分类:问答Custom wcf data provider and debugging a relationship error
I\'m implementing a custom data provider, I have gotten it to the point that it returns data and can be filtered, but am having some trouble getting relationships to work.[详细]
2023-04-11 09:01 分类:问答Linq OData "Where" clause on nested list
Say I have the following query OData Linq Query (run against http://odata.netflix.com/v2/Catalog): Genres.Where(x=>x.Name==\"Adventures\")[详细]
2023-04-10 20:38 分类:问答What would be the maximum buffer size in WCF bindings?
I have a senario where i have to upload some datas using WCF service, which i was able to do successfully if the uploading content size is less than 1MB but if the uploading content size is greater th[详细]
2023-04-10 05:17 分类:问答