I\'ve got a MVC / Silverlight a开发者_如何学Gopp and now need to begin passing data back and forward between the two. I\'ve created a domainservice in my MVC project, but my question is regarding user
I am building a new SV application which will be used from the Internet. I am expecting to have a few users at a time, so I will need good performance.
I am trying to use RIA services in LightSwitch but I get an error when the query in the DomainService has a parameter because the query is not imported into LightSwitch.
I\'m doing a project that reads from an oracle database. I have used Silverlight RIA, and autogenerated DomainService since I\'m not too concerned about structuring as I only worry about displaying th
I just want to know what would be best practice/ widely used, I currently do my logging in the domain service layer, however anything that happens inside my web application layer is not logged.
I am working on a WPF project and have added a domain service which I have tied to my DataContext using EF. The problem is the \"Update\" on my domain service for my object \'Cat\' is returning a null
I have a stored procedure that I defined in the database and I included it in my Domain Service and 开发者_开发知识库I also created the Function Import.
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
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.
I have a silverlight 4 RIA Domain Service. In one particular method I need to change one value in the database (among other things of course). To do this I get the entity, change the one value, then I