wcf-ria-services
Domain Service returns expected, client receives empty result
I\'ve got an app where I created an empty Domain Service from the template.The domain service has a single method on it where I return a presentation model class that I project into with some LINQ stu[详细]
2023-04-13 09:07 分类:问答What data types can I use in a RIA Services user profile?
I know that RIA Services is kind of picky about which types it will let you send across the wire.I\'ve run across this several times in working on an internal line of business app.[详细]
2023-04-12 12:11 分类:问答WCF RIA gives EndpointNotFoundException in Azure when accessing with WP7
I\'ve been fighting a problem with a WCF RIA Domainservice the whole day long. I\'m writing a WCF RIA Service Library, which is deployed on Windows Azure. I access it via a Silverlight and a Windows[详细]
2023-04-11 21:07 分类:问答Keeping DomainContext up to date on SubmitOperation failure
Background: Silverlight 4 - RIA - Entity Framework 4 Description: I have some deletion code in which I do:[详细]
2023-04-11 16:33 分类:问答Adding a property for the count of associated entities in Entity Framework Code First
I\'m using Code First to write my data lay开发者_StackOverflower, then transmitting to a Silverlight front end using RIA services.Since I have to serialize everything, I would like to get some additio[详细]
2023-04-11 11:11 分类:问答How to Show Lookups using Silverlight 4.0 and RIA Services
I have a relational database lets say it consist of an Employee\'s Table and Department\'s table and an EmployeesType Table.[详细]
2023-04-11 08:56 分类:问答Server Progress in WCF RIA Services
Can I 开发者_JAVA百科send progress updates from the server to the client when using time consuming wcf ria services?Of course you can. It\'s not an out of the box solution anyway... All we know that e[详细]
2023-04-10 11:39 分类:问答Is there better explaination of the WCF RIA Services Library Project structure?
When you create WCF RIA Services Library Project then two projects appears. RIAServicesLibrary1 RIAServicesLibrary1.Web[详细]
2023-04-10 10:05 分类:问答Saving changes to eagerly loaded associations in RIA Services
I\'m using RIA Services with Entity Framework for the data layer of my Silverlight application.I have two entities that are related in a many-to-one relationship[详细]
2023-04-10 01:59 分类:问答Disabled lazy-loading and eager-loading entity references not working as expected
I\'ve been working with WCF RIA Services and Silverlight and have had some success in exposing a service that serves data taken from an ADO.NET Entity Data Model modeled from an existing SQL Server 20[详细]
2023-04-10 01:14 分类:问答