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
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.
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
Background: Silverlight 4 - RIA - Entity Framework 4 Description: I have some deletion code in which I do:
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
I have a relational database lets say it consist of an Employee\'s Table and Department\'s table and an EmployeesType Table.
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
When you create WCF RIA Services Library Project then two projects appears. RIAServicesLibrary1 RIAServicesLibrary1.Web
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
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