I\'m trying to manual开发者_如何学编程ly build a WCF Data Service using a POCO data model and I cannot figure out how to properly expose enum values. Assuming a simple model like:
I would like to return a set of entities who has and ID that is contained in a list or array of IDs using LINQ and Data Services. I know how to this using LinqToEF but I am at a loss how to this with
I would like to add simple authentication to Data Services, for now only to restrict access for particular applications by simple token.
I\'ve published wcf dataservice project to IIS7 with .NET 4 installed on that server. Everything worked fine, but when i called SaveChanges from client, service returned error:
I\'ve got a Silverlight application that has created a master/detail view of data coming from开发者_StackOverflow an OData feed (my first app). When I make changes to an item in the detail view, they
Why is it possible to send in a WCF DataService the following JSON string: { SomeElement: \'val1\', SomeOtherElement: \'val2\' }
I have windows forms app and server side services based on ADO.NET dataservice. Is it a bad practice to create and initialize one static dataservice client in windows app and use it across the progra
I am trying to determine what is the unit of time for the ADO.Net Data Services timeout property. MSDN help doesn\'t identify it:
I get an \'An error occurred while processing this request\' Exception when I try to Save some changes from my WPF-Application to a WCF-Data-Service. Loading all Records works fine, but saving them do
I have the following table: SomeName ID number(8) not null, Field1 varchar2(50) not null, Field2 varchar2(50) not null,