I\'m working with SL4 & .Net Ria Services. My datamodel has Devices with a 0..* property called DeviceAndStates, through this <riacontrol/> I get all Devices and his DevicesAndStates of a pa
I\'m trying to get a presentation model (discussed here and here) working in RIA. All the examples I can find are simple, flat data entities with no 1-many or many-many relationships, which are what I
I have a Silverlight 3 tools library with a custom DataGrid user control. This grid has no direct access to the WCF RIA Services entity types so I\'m using reflection to add a new item when the user c
I constructed my Entity Model. One of my business objects,let\'s call it Store has a spatial data type. Very quickly I figured out that spatial fields aren\'t mapped via EF4. However I struggled my wa
I have a WPF application that uses LINQ-to-SQL on a local .MDF file. This solution is simple, easy, and effective, i.e. I set up my model once, then read/write data anywhere via LINQ:
I am writting a function that takes a parameter and that parameter requires a Type of TEntity. I want to be able to pass it a specific Type during runtime but I am having trouble getting it to compile
I have a DataService returning an IQueryable I开发者_如何学C breakpoint at the \"return\" statement, list looks fine.
To facilitate control reuse we created a solution with three separate projects: a control library, Silverlight client, and ASP.NET backend.The control library has no reference to the RIA Services-gene
I am using WCF RIA Services VS2008/.NET 3.5 and trying to do exception handling. I have overridden OnError method of DomainService and doing my exception handling in that method. I am trying to throw
I downloaded an example of the application based on the .NET RIA services from the article: http://blogs.msdn.com/brada/archive/2009/07/22/business-apps-example-for-silverlight-3-rtm-and-net-ria-servi