I\'m using WCF DataServices in a Silverlight app. My issues is that with the model I\'m referencing I need access to more than 12 expanded properties. The reason is that I am referencing a service wit
Suppose I\'m entertaining a business model that offers free access to my propritary data if they visit my website.These users will have advertising subsidize the cost.
I would like to add simple authentication to Data Services, for now only to restrict access for particular applications by simple token.
I am trying to use ajax to do CRUD.Should I use ODATA or MVC?i am also planning to use json in mobile platform as well.
I know ODATA can return json but not sure if I have to use an attribute or interface to do so. I want it to do just like http://odata.netflix.com/Catalog/Titles?$format=JSON but 开发者_运维问答my oda
I\'m considering developing apps for Android and Windows Phone 7 that allow the user to read content from an online producer (newspaper/magazine/blogs etc). This provider has a REST API that should al
Here is the query I am trying to run from my OData source: var query = from j in _auditService.AuditJobs.IncludeTotalCount()
What exactly is OData and how important/necessary is it to start learning this new concept, wrt implementing data services?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I tried to create a OData web service using VS 2008 without any luck. I downloaded ODataDemo from Odata.org, installed Microsoft .NET Framework 3.5 Service Pack 1, and ADO.NET Data Services Update for