Problem Background I\'m building a custom WCF Data Service provider using the Alex James set of posts as a basis. My provider works with un-typed entities and sits on top of our own ORM Entity defini
I\'m trying to create an WCF Data Services service which allows documents to be downloaded from a server, to client applications running .NET 4.0.
I\'m weak on my fundamentals here, so feel free to let me know if I\'m making any bizarre/false assumptions: I\'m working on a project with WCF data services and due to the limitations of Odata as a q
What is the benefit of the new Javascript OData library over using jQuery? http://blogs.msdn.com/b/astoriateam/archive/2011/02/08/new-javascript-li开发者_如何学运维brary-for-odata-and-beyond.aspxjQue
What happens if you call the DataServiceContext.UpdateObject method on an object, update that object (say, change a property), call the DataServiceContext.UpdateObject method on it again and f开发者_运
I want to use WCF and N开发者_StackOverflow社区osql together,anyone can suggest some best practice
I got this error message while querying the top 50 row in a table. My project uses Entity Framework 4 CTP 5 POCO:
Is there any way to connect to Data Services using monotouch? creating a DataServices c开发者_StackOverflow社区lient an example would be really helpfulYes, it is avaible on monotouch it\'s under:
I want to query a WCF Data Service and use the resulting information to databind it to a DataGridView. All the samples I\'ve seen (like this official one) assume the most simple scenario, which is alw
Does it make sense to use WCF Data Services in a开发者_开发技巧 normal Windows applications (Winforms or WPF) or are this technology only suitable for web- or Silverlight applications?