odata
Is there a mapper to/from EDM/OData types to CLR types?
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[详细]
2023-03-30 14:03 分类:问答WCF Data Services Error - 302 Moved on SaveChanges() related to HTTPS + Load Balancer?
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[详细]
2023-03-30 06:25 分类:问答Odata.read does not work in FF/Chrome (works in IE)
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\">[详细]
2023-03-28 18:16 分类:问答How to pass authentication header to OData Service
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[详细]
2023-03-28 09:42 分类:问答Building a lambda WHERE expression to pass into a method
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[详细]
2023-03-28 07:27 分类:问答WCF Odata services with Entity Framework exception guarding
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[详细]
2023-03-27 14:23 分类:问答OData / WCF Data Service not working with complex type
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[详细]
2023-03-27 10:53 分类:问答Netflix OData with LINQ: "The method 'Select' is not supported."
I\'m following a (poor?) example of querying the Netflix catalog by using the following code: NetflixCatalog cat = new NetflixCatalog(CatalogUri);[详细]
2023-03-26 21:21 分类:问答Dataservice authentication not working with serviceContext.GetReadStreamUri(..)
I have an Odata Service and a WPF client application. Some of the Odata Service Entities have images attached to them (ie.Client).[详细]
2023-03-26 20:50 分类:问答WCF oData dataservice WebInvoke (POST) Linked Entity
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)[详细]
2023-03-26 11:49 分类:问答