Can anybody tell me how to customize the OData feed for Ado.Net Data Services using Entity Framework (Code First/Only)?
In the project i am working on, i want to use the ADO.NET data services as data access layer. so that other parts of my application (except asp.net mvc web site) could also access it from the same loc
I have this code, Data Summary is a class, it is not an entity. I use it for the anonymous type on \"select new\"
I am learning WCF data services (cannot upgrade to RIA) and one of the major benefits I thougth I would get was that it would maintain relations for me and do lazy loads...
I\'m writing an ASP.NET MVC 2 application that uses Entity Framework 4 and WCF Data Services. I want to manipulate the many-to-many (composite key) relationship between Duties and Workers based on th
Before reading, please know I\'ve read all the other posts about the differences between vanilla WCF, WCF Data Services and RIA Services. My question is specifically about why RIA Services is being co
I try to use the new POCO capabilities of EF 4.0 in combination with the EFOracleProvider. I have recompiled the EFOracleProvider (using ODAC instead of System.Data.OracleClient) to target the .NET Fr
First of all, this is my first Stack Overflow question so apologies in advance if I get this wrong! I\'m working on creating a service endpoint for a CRM database used internally. Several application
I am really struggling to insert some data into 2 database tables. I am using Linq over WCF Data Services using Entity Framework 4.
I\'m fairl开发者_开发知识库y new to WCF DataServices (OData) and I need to know the best way to instantiate the entity container on the client without hard-coding the URI. It seems like all of the exa