ria
Silverlight 4 Domain Data Source Filter Descriptor on nested property
I have an object model where I\'m checking a filter value of nested child property e.g. Order -> Customer[详细]
2023-03-14 03:34 分类:问答RIA Custom Update method
Given my RIA Service: [Update] public void Update(Car car) { _carRepository开发者_开发知识库.Update(car);[详细]
2023-03-14 02:29 分类:问答Silverlight localized custom validation using DataAnnotations with RIA Services
I\'ve implemented localized validation, client-side, using the DataAnnotations attributes successfully. Now, I want to implement custom validation running server-side using the CustomValidationAttribu[详细]
2023-03-13 21:04 分类:问答Silverlight using Entity to LINQ on Joins
I have the following code 开发者_开发百科which works and gets me the data for a single entity.[详细]
2023-03-13 20:28 分类:问答Why am I getting a build error about "Type 'String' is not a valid entity type" building this Silverlight web project?
Trying to build a Silverlight 4 application + website on a brand new machine and got the following error message for the website:[详细]
2023-03-13 18:28 分类:问答how to pass a custom class as parameter for ria service?
I want to pass a class instance with ria service by async call. For exam开发者_运维问答ple, I have a class defined as[详细]
2023-03-13 10:16 分类:问答What is the most popular cross-platform mobile development kit available? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-12 22:21 分类:问答What is Entity and EntitySets in RIA Services?
I am new to RIA Services and I want to understand Entity 开发者_如何学运维and EntitySets in RIA Services[详细]
2023-03-12 10:42 分类:问答RIA Services Decimal Required Field not causing validation error
I\'m using Silverlight 4 with RIA services. I\'ve created the domain service on the web app using EDMX. For one Entity table I have a decimal field called UnitPrice and annotated in the metadata as fo[详细]
2023-03-11 22:00 分类:问答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 分类:问答