Here at work we\'re working with an OData WCF Service to create our new API. To fully implement our API, we\'ve started extending the service with custom functions that allow us to trigger specific fu
so i am going to start on a website which is going to have Main Website Mobile Version Android App iPhone App
I\'m try\'n to create a dynamic query tool using System.Linq.Expressions.Expression (WPF/c#4.0) It runs against an OData Service.
I am using Odata client library for windows phone to access my azure sql tables. One problem that I had is to insert Unicode string. When I use sql server management studio, I put a N before that unic
I\'m having a problem using WCF Data Services for an entity that has a composite primary key. I\'m using the Silverlight 4 Business Application Template and have created an Entity Data Model (EDM) aga
I\'m using query string based api keys for my WCF Data Service. I can h开发者_如何学Pythonandle this on the server pretty easily -- How would you implement API key in WCF Data Service?
Is it possible to use oData with a WCF service application but not use WCF Data Services? It will be great if someone could shed more light on oData. I have done some G开发者_如何学Gooogling on this
Here are the details of my problem. I have one simple WCF Data Service (named WCFServiceAppCBS.svc) using an Entity Framework data access layer that talks to a SqlServer 2008 R2 datasource to return s
I am working on WP7 app (based on ODataWPNorthwindSample from MSDN)using the ODATA v2 library with DataServiceState class
What I\'m trying to accomplish is: Have a Client Entity, or a Product Entity streaming related images, and be able to upload/update images using an OData Service.