domainservices
Silverlight 4 DomainService - EntitiesInError - EntityConflict - PropertyNames throws InvalidOperationException
Following an introductory tutorial for the new DomainService in Silverlight 4 RIA, I got an unexpected exception. When I perform an update the property EntitiesInError[index].EntityConflict.PropertyNa[详细]
2023-01-14 19:42 分类:问答DomainContext Load
I tried to load a entity by domainservice(async) in on line of code like: context.Load<Book>( context.Books.Where(b => b.BookID == 1),[详细]
2023-01-14 17:00 分类:问答Where is System.ServiceModel.DomainServices.EntityFramework DLL?
I\'m trying to use RIA services, I installed Silverlight 4 and Silverlight 4 Tools/SDK, but I cannot setup a LINQToEntitiesDomainService because I can\'t find this namespace/assembly: System.ServiceMo[详细]
2023-01-14 10:13 分类:问答ObjectSet and ResultSet on stored procedure on EF and Domain Service
In EF 4, the default ObjectSet is available for each entity. For example, I have table Employee, after gererated Entity Model, EF will create ObjectSet on Employee.[详细]
2023-01-07 18:00 分类:问答Silveright - extending AuthenticationService to provide custom authentication
I am trying to add to the authentication system provided in the Silverlight 4 business template as my model does not completely fit that provided in the template. I have an existing web service that p[详细]
2023-01-06 18:27 分类:问答Silverlight - created a new domainservice but how do I access it from client?
I have used the SL business application template and added a new blank, empty domain service in my Services folder on the .Web part of the solution. The class is DomainService1 and inherits from Domai[详细]
2023-01-06 04:13 分类:问答Does converting a source module from Unicode to ASCII or vice-versa seriously mess up the diffs?
In a test suite, I had tests that deal with unicode scattered about in various modules.I have now consolidated them into a single test class.[详细]
2022-12-20 06:37 分类:问答