When I save an entity in silverlight using Ria Services, all the many to man开发者_如何学JAVAy relationships that the entity has in the database are removed.
I am new to unit testing and I am trying to run unit test on the server side for a WCF RIA ser开发者_StackOverflowvice. Since the class generated by the wizard looks like this:
I am working on a Silverlight application using RIA services with Entities Framework. Forgive me, i\'m fairly new with Ria services, but how do i go about getting a list of objects from the db withou
Let me set up my LOB scenario. I am re-writing our core business app.The requirements are that I create an internally usable app (I\'d like to use Silverlight) that our employees use on a daily basis
I have the following code... internal sealed class Menu_Metadata { private Menu_Metadata() { } [Key] public int MenuHeaderID { get; set; }
Has anyone used vaadin in a rea开发者_JS百科l project and wishes to share his experience? I am amidst a framework selection process for a RIA project and any feedback would really help. My key concern
I am using enum as an input parameter for a RIA Service method. When the enum value is the first enum value, all is ok, if I choose another value, I re开发者_Python百科ceive:
I would like your opinion about these two frameworks. I like a lot the features of ExtJS, but recently I saw SmartClient and it seems to be great too, and free (its Client side features) for commercia
I\'m working on a Silverlight project that uses RIA Services. My question is that I can use generic repository pattern with RIA Services on the client side?开发者_开发问答
Ho开发者_JAVA百科w to list all registered users from a RIA Service? I tried to expose they by using a IQueryable (from a Domain Class Service), but got the error \"The entity type \'User\' is exposed