domainservices
How to refresh entity instance with domain service?
I use EF + domain service in SL app. In EF, entity update mapped to SP. After entity data is saved to DB, I want entity is refreshed, so that those changes by SP can be brought back to entity in SL ap[详细]
2023-02-15 18:25 分类:问答RIA Service ObjectContext filter included records
Using RIA Domain services with entity framework 4, I am having trouble to get the entity with filtered related items.[详细]
2023-02-15 07:59 分类:问答Best way to bind WCF DomainService data to a TreeView in Silverlight?
I\'ve got a database structure similar to this: Items ID Name ParentItemFK (tasks & notes can have any item as a parent; categories can only have other categories as a parent)[详细]
2023-02-13 18:34 分类:问答DomainOperationException when loading entities via Domain Service (WCF RIA)
I have a simple Silverlight project that is just getting a set of entities (EF 4) on an IIS 7.5 system. Here is my web config:[详细]
2023-02-13 05:32 分类:问答adding a event to domain service class?
Is it possible to add a event to the domain service class? I have a method which has to check about 1000 records in the database for something and I wish to do this in the domain开发者_StackOverflow中[详细]
2023-02-11 23:12 分类:问答From the Domain Service is there any way to get the current URL?
In silverlight 4开发者_JAVA技巧.0 From the Domain Service is there any way to get the current URL?Does HttpContext.Current.Request.Url work for you? There\'s other interesting stuff in the Request obj[详细]
2023-02-09 15:12 分类:问答LINQ over WCF Service (DomainService)
I have a simple DomainService: [EnableClientAccess] public class DomainService1 : IDomainService1 { [Query(IsComposable = true)][详细]
2023-02-05 23:33 分类:问答Cannot mock something like TableDomainService where the EntityContext is set in the class definition
I am trying to learn and implement TDD specifically using Moq and I have come up against a design that I can\'t figure out how to mock:[详细]
2023-02-03 12:21 分类:问答Concurrency with a custom DomainService
I have created a class that inherits for DomainService and have a Silverlight app that uses System.ServiceModel.DomainServices.Client to get a DomainContext. I have also created POCO DataContracts tha[详细]
2023-02-01 14:31 分类:问答DomainService: .Include() on client
is there any possibility to include sub entities in my query on the client? I\'m working on a Silverlight application using RIA Services, a DomainService and EntityFramework behind it for my database[详细]
2023-02-01 06:30 分类:问答