Architecturally speaking how could you co开发者_运维百科nsolidate data coming from multiple OData / WCF services without sacrificing performance? I am exposing an EF context over the service and want
I\'m working on a CQRS-style system with commands processed with NSericeBus and queries provided through a read-only OData feed.
I have a Windows Phone 7 app that (currently) calls an OData service 开发者_如何学运维to get data, and throws the data into a listbox.It is horribly slow right now.The first thing I can think of is be
Is it possible to create an OData compliant RESTful web se开发者_C百科rvice on an MS platform without using WCF data services?Sure, you can comply with the spec using plain old asp.net.Its way more wo
I开发者_JAVA技巧s it possible to use OData on the client side to easily communicate with a non-wcf and or non-oData endpoint (service)
This should be a simple scenario - I have a data model with a parent/child relationship.For example\'s sake, let\'s say it\'s Orders and OrderDetails - 1 Order -> many OrderDetails.
Im creating an Odata service th开发者_StackOverflow中文版at is being exposed to an IPhone application and potentially other receivers. Im just wondering what is the best method for adding security to
This question already has answers here: oData WCF service - hide an element (2 answers) Closed 2 years ago.
Does anyone have a simple data entry example which involves WC开发者_开发知识库F (Odata ) and WP7?
Hmmm this seems silly, so I feel silly. I have a custom operation on an Odata service which has a string parameter. It works fine when the string contains no special characters, b开发者_开发问答ut as