I am implementing WCF Data Services using a DbContext and POCO entities. I am currently exposing two entities, SalesOrder and Customer.
This should be a simple scenario - I have a data model with a parent/child relationship.For example\'s sake, let\'s say it\'s Orders and OrderDetails - 1 Order -> many OrderDetails.
I have a WCF Data Service running that is exposing an EDM. There are several properties I needed on the client side, that the database doesn\'t need to know about. After setting all that up I got to t
Hmmm this seems silly, so I feel silly. I have a custom operation on an Odata service which has a string parameter. It works fine when the string contains no special characters, b开发者_开发问答ut as
We have just finished deploying SharePoint 2010 in our company, When i开发者_StackOverflow社区 try to access a data service endpoint it simply times out (either through code or browser)
I am creating a WCF Data Service using the WCF Data Services Toolkit and its whitepaper Building OData Services on Top of Existing APIs. The service is being added to an existing MV开发者_JAVA技巧C 3
I have a project that interacts with a datab开发者_开发百科ase through ADO.net Data Services. The database is large (almost 150 tables with dependencies). The project started a few years ago and there
I am trying to expose some entities via WCF Data Service. My tables contain huge amount of data and queries can easily return 50,000 records. I\'ve an excel add-in which connects to this service and h
I\'d like to know if you can recommend any advanced ADO.NET libraries for working with databases. I\'ve discovered that LINQ-to-Entities is great for pulling data out of databases, but not at all use
The following query works fine where I expand over a navigation property, Schedules, which has a many to 1 relationship with the AssociatedListing property: