I have created an OData/WCF service using Visual Studio 2010 on Windows XP SP3 with all current patches installed.
I would like to add some tags to our web app to enable auto-discovery of our odata feeds. So for example Nerd Dinner has the following tag:
As I understand it, OData is just a standardized way to expose relational data RESTfully.If I\'ve got a PHP application, it should be able to process those RESTful requests and manipulate a MySQL data
I have a software, which uses a lot of Linq-to-SQL. Recently, I want to migrate to OData / WCF Data S开发者_运维百科ervice architecture. But I met too many problems in the Linq support of OData - it i
I\'d like to consume an odata service with a .开发者_StackOverflow中文版NET Compact Framework 3.5 client application. What\'s the easiest way to do that? There are are clients for various programming
Let\'s say I have an we开发者_Go百科b CMS type application, and an EDM model with an entity called \'article\', and I need to offer
I would like to use output caching with WCF Data Services and although there\'s nothing specifically built in to support caching, there is an OnStartProcessingRequest method that allows me to hook in
I\'ve got a SQL database that uses Guid\'s for PK\'s and upon insert, it generates a NewId().I have an EF data context setup pointing to that database with the primary keys setup with the Entity key:t
I have three tables, Template, Fields and TemplateFields.TemplateFields holds the selected fields for each template.
We have an existing repository which is based on EF4 / POCO and is working well.开发者_开发问答 We want to add a service layer using WCF Data Services and looking for some best practice advice.