I have a Silverlight 4 application with EntityFramework as data layer. There are two entities: Customer and Products. When I get customer from a database, the related products are also read, as I add
I\'m using RIA domain services, with entity framework 4 and silverlight 4. When I save changes, when the service call returns, some domain service functions are called wich sets a value to \"\" that s
What I have: 1). I have a listbox and this listbox represents list of categories 2). this listbox has an other listbox in its data template which is the list of boards in each category
Intro: I have a RIA service on Silverlight application that generates the code from the .Web app. On a server side, I am using EF4 and a DomainService based on a EF4 model.
Just wanted to know if anyone has run into this problem or knows why this is happening. I am doing a really simple mvvm test application. Everything works.
I would like to use DI (Ninject) with my RIA webservices which is located on a standard asp.net webserver.
I\'ve been trying to test out different RIA service calls through the Json endpoint开发者_Python百科 seem to have come up with an odd case.Using the default Business Application template, I can make c
By default EF hides a many to many join table that does not contain additional data than the foreign keys to the joined tables.
I have followed this tutorial for building my chat application. When I try to add reference of my service I get the following error:
I\'m using Silverlight 4, C#, WCF RIA services and SQL Server 2008. I\'ve got a table that stores details for users e.g. First name, Last name etc. I have defined a profile in my AuthenticationDomainS