We are using ADO.NET Data Services to expose data from our application. Whilst I know that I can perform inserts/updates and expose methods on my service, I wondered whether OData is really suited fo
I\'m creating a WCF Data Services (OData) with EF 4.1 RC Code First. I\'ve overrode the CreateDataSource method to make it work, but then I can\'t create operations that return an IQueryable or using
I am having a casting issue on returning what I thought was an IQueryable from a service operation, but apparently is a DbQuery.
So I posted this earlier.: IAsyncRepository or IObservableRepository for silverlight 4 + WCF Data Services
I just wanted to know how to return a single entity from a wcf data service? I want to provide a methode publi开发者_如何学Goc User Login(string username, string password) and return the loggedin use
This has stumped me now for over 4 hours. I can\'t find a simple example anywhere? My web application has a WCF Data Service, I would love to be able to just upload an image to a custom operation on
Using the DataServiceCollection class, is it possible to expose an EDM through OData wcf feed that automatically pushes data to a client? Using some form of automatic change-tracking?
Please note this question is sp开发者_开发技巧ecific to WCF Data Services not normal Wcf Service.
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