Is it possible to return a complex type from a WCF data service that is made of collections of entity types ?
I am creating a WCF Data Service for my database of appointments. I\'m storing the appointment as a DateTime with a duration of type TimeSpan. When I attempt to access my data service, I get the foll
Silverlight 4 with Prism (MVVM pattern). I\'m building a filter which is a datatype from the WCFDataService(Entity Framework).I get it from the context开发者_如何学Python, then make a change to an att
I have 3 levels of hierarchy in my data: DepartmentList -> EmployeeCollection -> Employee Basically, there are a number departments, each containing a number of employees.
-Is it possible to secure a WCF Data Service by using certificate-based authentication ? -Is there a resource that describes this process ?
I have created a WCFDataService, and have a custom webget methord for user validation, using it from wpf application.
Is there a way to write an ODATA query (i.e., using an ODATA URL) that tests for the existance of a relationship between two entity instances?
In my application, the entity database schema is created after application deployment based on inputs captured from end user, using a tool. I cannot use Entity Framework in this situation, since model
I want to preserve some data through out the communicati开发者_运维百科ons in a client independent manner (may not be related to business entities/data).I am using WCF Data Services.Any way to accompl
I want to publish an SQL Server database, for testing purposes AdventureWorksDW, 开发者_如何学JAVAthe data warehouse sample database that provides Microsoft. I created a new \"WCF Data Service\" proje