Say you create an RIA DomainService and you include a Person (shown below) e开发者_StackOverflowntity in it, can you access aggregate entities on that object?
WCF RIA Services just got updated few days ago. WCF RIA services got complex objects, TT templating, etc.
We have an ODATA service which is being secured using certificates. We are using AddWebReference to get the proxy in our C# code.
Im setting up an OData provider in visual studio. The error that im receiving really doesnt have anything to do with OData side of things.
With an odata service, we can query from 开发者_运维百科the clientside without using dto. Do i really need dto layer if i use odata svc? What are the cons and pros if i don\'t use dto. In our old syst
I have C# code that does a POST to an OData web service, which results in a record being inserted into a database. If there is an exception, such as a primary key violation, I want to capture and log
I have an OData WCF service in my ASP.NET project that i use to read and update an SQL-Server database.
I need this up and running quick but I spent the last few hours researching开发者_开发技巧/worrying about which would be better:
We want to expose the properties of our derived types with OData and we are using Entity Framework.But we always have the exception that we cannot access the navigation properties of those derived typ
Im pulling data across the line for a listing. Is there a way in OData syntax to only pull the first 100 characters of a field. e.g. EmployeeDescription field, I only want to show the first 100 charac