I am writing some code against the Azure Table Storage REST API. The API uses OData, which is normally handled by the .net client. However, I am not using the client, so I need to figure out another w
Problem: DataServiceContext.SaveChanges() fails with \"302 - moved\" response. Background/Suspected Cause: Load balancer! - We recently changed our infrastructure so that our web servers now sit beh
I wrote a small html/js as shown below: <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
I am following authentication method described at http://blogs.msdn.com/b/astoriateam/archive/2010/07/21/odata-and-authentication-part-6-custom-basic-authentication.aspx
I need to pass in a \"where\" lambda expression that\'ll be used in a LINQ query inside a method. The problem is, I don\'t know what the where value will be compared against until I get into the metho
How does one enable the ability to see the full 开发者_Python百科exception using an OData wcf service like you would using a local Objectcontext/dbcontext?In development we can\'t figure out how to ha
I\'m brand new to OData and WCF data services so this might be an easy problem. I\'m using VS Web Developer Express 2010 where I have a very simple WCF Data Service hosted in a console app. It\'s retu
I\'m following a (poor?) example of querying the Netflix catalog by using the following code: NetflixCatalog cat = new NetflixCatalog(CatalogUri);
I have an Odata Service and a WPF client application. Some of the Odata Service Entities have images attached to them (ie.Client).
First of all I am new to .NET WCF oData DataService and I am using jQuery on the client side. I am looking for a better way (right way) to handle adding 2 different entities in one transaction (post)