odata
Extending the OData Service
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[详细]
2023-03-26 00:03 分类:问答starting on a new project(C# /ASP.NET) , need some guidelines on the framework and infra for the same
so i am going to start on a website which is going to have Main Website Mobile Version Android App iPhone App[详细]
2023-03-25 15:48 分类:问答How to create a dynamic 'contains or LIKE' Expression to be used with Linq against OData service
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.[详细]
2023-03-25 10:09 分类:问答Insert Unicode string using odata client library for windows phone
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[详细]
2023-03-25 02:49 分类:问答How Do You Update a Navigation Property for an Entity With a Composite Key?
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[详细]
2023-03-24 02:28 分类:问答Api Keys in Query String with WCF Data Services
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?[详细]
2023-03-23 16:54 分类:问答Exposing data from WCF services as oData
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[详细]
2023-03-23 16:50 分类:问答Deploying a WCF Data Service/REST Service on IIS 7.5 localhost
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[详细]
2023-03-23 14:45 分类:问答OData Services and Silverlight Client Side using different object than the Server Side, can I do it?
I am working on WP7 app (based on ODataWPNorthwindSample from MSDN)using the ODATA v2 library with DataServiceState class[详细]
2023-03-22 19:27 分类:问答How to stream images (or any BLOB) in OData Service using Code First?
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.[详细]
2023-03-22 12:33 分类:问答