I have only had practical experience with plain WCF services and WCF REST services but as needs changed I need to look at other options....
I\'m developing an ipad app and I need to save some data in OData SQL Azure, I know how to get data sending requests with querys but I don\'t know how to send a post
I\'m currently writing a special client application to allow our unit tests to work with an OData inter开发者_如何学Pythonface using the XML structure for atom feeds.
Any idea of how to fix the following issue: Error when compiling files generated by ODataGen (OData Client for Objective-C library V1.2) with iOS 4.3:
I\'m looking for a way of programmatically exporting Facebook insights data for开发者_JAVA技巧 my pages, in a way that I can automate it. Specifically, I\'d like to create a scheduled task that runs d
While looking at responses from some OData feeds I saw that their structures are slightly different depending on wether they have content type set to application/xml or application/zip. Here are two e
I would like to know, in a nutshell, a summary of the limitations of using OData from th开发者_如何学编程epoint of view of the query. For example:
I am working through diagnosing a really hard-to-find problem with a web service I\'m supporting. We\'re seeing exceptions being thrown whenever we do a complex query on our web service. If it\'s not
I\'m researching OData as a RESTful interface fo开发者_如何学Pythonr a database. The data is structured in a very unusual way and normal tables and rows do not apply, in fact, some stuff just exists i
We\'re working with OData on Silverlight, using DataServiceCo开发者_StackOverflow社区llection to get the data.