odata
Saving WCF Data to isolated storage and reading it in WP7
How can I store WCF Data or Odata to my WP7 isolated storage and开发者_运维问答 also correctly read these objects later on?I know this is CTP but its work taking a look considering the title has every[详细]
2023-02-21 10:57 分类:问答How do you handle continuations in WCF-OData with a URL query?
I am working with a WCF Data Service pointing to an OData endpoint. If I use a DataServiceQuery, I can manage the continuation without any trouble.[详细]
2023-02-21 03:06 分类:问答Large datasets published with OData WCF Data Services and Excel PowerPivot
I want to publish an SQL Server database, for testing purposes AdventureWorksDW, 开发者_如何学JAVAthe data warehouse sample database that provides Microsoft. I created a new \"WCF Data Service\" proje[详细]
2023-02-20 10:17 分类:问答How to secure access to MVC actions that return JSON
I have a public facing website that is developed with ASP.NET MVC 3.The MVC application contains controllers with actions that return JSON. The web pages execute AJAX requests against the act开发者_开[详细]
2023-02-19 22:16 分类:问答ADO.NET Data Services (OData) for management API
We are using ADO.NET Data Services to expose data from our application. Whilst I know that I can perform inserts/updates and expose methods on my service, I wondered whether OData is really suited fo[详细]
2023-02-19 20:08 分类:问答WCF Data Services & EF 4.1 RC Code First - Overrode CreateDataSource, now how to use CurrentDataSource?
I\'m creating a WCF Data Services (OData) with EF 4.1 RC Code First. I\'ve overrode the CreateDataSource method to make it work, but then I can\'t create operations that return an IQueryable or using[详细]
2023-02-19 14:25 分类:问答Server-side paging with WCF OData and GetContinuation() method
I am using the QueryOperationResponse GetContinuation() method to attempt and page through a very large data set read off an odata wcf feed. I am using some OData helper libraries acquired from micros[详细]
2023-02-19 08:16 分类:问答ASP.NET 4 WCF Data Service securing for desktop Java aplication
I\'ve read several entries on the web about securing WCF Data Services (OData). I would be glad to hear your recommendation about securing WCF DS ass开发者_Go百科uming it will be consumed by Java clie[详细]
2023-02-18 12:56 分类:问答WCF Data Push & DataServiceCollection<T>
Using the DataServiceCollection class, is it possible to expose an EDM through OData wcf feed that automatically pushes data to a client? Using some form of automatic change-tracking?[详细]
2023-02-18 10:26 分类:问答OData client not rehydrating using $expand
I\'ve been using OData for a while now and am finding it a fantastic tool for setting up my server. Today I\'ve come across something I haven\'t seen before and it\'s absolutely confounding me.[详细]
2023-02-18 08:23 分类:问答