domainservices
MVC Silverlight passing user context
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[详细]
2023-04-10 14:54 分类:问答Which gives better performance: WCF RIA services or Domain Services?
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.[详细]
2023-04-03 12:10 分类:问答RIA DomainService Query with parameters LightSwitch
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.[详细]
2023-04-02 21:01 分类:问答Silverlight RIA DomainService with 2 million rows in a table
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[详细]
2023-03-29 21:44 分类:问答Error Logging in Asp.net mvc app inside web application or domain layer?
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.[详细]
2023-03-12 03:40 分类:问答Domain Service Changeset on Update Call is Null?
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[详细]
2023-03-11 06:13 分类:问答How do I use a stored procedure from the client side (Silverlight Project) using Domain Services in a Business Application?
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.[详细]
2023-03-11 01:27 分类:问答ria domain service is setting a client-side property on callback
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[详细]
2023-03-10 09:33 分类:问答How to make Entity methods in RIA DomainContext work asynchronously
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.[详细]
2023-03-09 21:39 分类:问答domain service - server side update
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[详细]
2023-03-06 08:38 分类:问答