domainservices
Accessing Business Object Methods from Silverlight
I\'m new to Sliverlight and RIA Services and I\'ve hit a bit of a wall. I have a Silverlight app that needs to access our DAL to get our custom objects to populate the UI. I set up the RIA service. I[详细]
2023-01-31 00:08 分类:问答What is the easiest way to learn how to connect to LDAP using c# outside of a domain?
Is there a way that I can host a light weight version of LDAP on my developer box, so I can test out scenarios like creating a new domain account when a new employee is hired.[详细]
2023-01-25 03:48 分类:问答Silverlight RIA: Server-side extension properties on model are not ignored by RIA
In my SilverLight app I have a simple entity-model containing one table: [Memo]. The memo table definition/class layout:[详细]
2023-01-24 00:06 分类:问答Long load time for Wcf Ria Domain Service
The Problem, in short I am encountering lag (resulting in a time out) when calling a domain service query.[详细]
2023-01-23 18:02 分类:问答Silverlight + RIA Entity Domain Service best practice: How many entities per domain?
I have a database with a gazillion entities, I watched Tim Heuer\'s video about Silverlight & RIA Services, and he explained how to generate a DomainService.[详细]
2023-01-23 17:13 分类:问答How to get Custom validation error?
Suppose I have entity Person with properties typeid and salary. I build a business rule for this two properties like:[详细]
2023-01-20 15:36 分类:问答Is the callBack method called before the assignment or after here?
I have the code below which is basically calling a Domain Service in a SilverLight Application. LoadOperation<tCity> loadOperation = _dataContext.Load(query,callBack, true);[详细]
2023-01-19 15:37 分类:问答How can I call a RIA service from another RIA service?
In my authentication service, I would like to call methods (query or invoke) on my User service to validate credentials. So, for example:[详细]
2023-01-18 09:52 分类:问答XAML/Silverlight: Passing a collection (e.g. ListBox.SelectedItems) to a DomainService method
I need to pass a set of values to a DomainService method. Here\'s what I\'d like the service method to look like:[详细]
2023-01-17 05:16 分类:问答LINQ to Entities Domain Service
I have a domain service, derived from LinqToEntitiesDomainService<FOOEntities> It has one method, IQueryable<Bar> GetBar(). GetBar returns a LINQ query on the entity model. The LINQ works[详细]
2023-01-16 11:44 分类:问答