I have a WCF Service set up on my web site with a service.开发者_开发技巧 I can access all of the data I am trying to obtain using a web browser. When I navigate around I can filter and get to any par
I\'m making an OData service and using an EDM to map the structure of my database and specify associations between tables and create Navigation Properties.
This could be a entirely hosting service related problem but I\'ll post it here in case it is a more common problem.
I have a very simple WCF Data Services application and I am doing some basic CRUD operations. I have a ChangeInterceptor on the entity set that is changing, but the object in the ChangeInterceptor is
I am using LinqPad to learn Linq by querying the NetFlix OData source. (BTW I know th开发者_如何学Goeir is a similar question already on SO...didn\'t help me).
We need to provide an API for an Activity Feed (think of Facebook) and we decided to give OData a try. We are using .NET so we went for WCF Data Service but we don\'t use Entity Framework (or any othe
If I have a new object, that is not context.Saved() in ADO.NET, how can I tell that apart from another object that hasn\'t been saved?
I have a Silverlight 4 application that connects to an OData service. My model is submitting multiple queries to the service in parallel and in the query callback I am processing the results using a b
Is there a client that I can consume OData service in a .Netframework 2 application? Haven开发者_如何学C\'t found a clear answer / example.I don\'t think there is (haven\'t seen it yet). You can downl
For reading BLOBS in a OData Service, I am using the DataServiceContext.GetReadStream() The GetReadStream met开发者_StackOverflowhod synchronously requests a data stream that contains the binary prope