I have a WCF RIA Services domain service backed by Entity Framework. The entity model is quite complex. Generally, performance is OK for most operations.
I have created a bare bones Silverlight application with RIA Services. The domain service class uses a LINQ-to-SQL class as its DataContext.
I am designing a rather big Silverlight-project. I intend to make heavy use of modularity, so I chose MEF and PRISM to help me out there. However, when it comes to data, I\'m not quite sure how to tac
My two classes are as follows public class Client { public Guid Id { get; set; } public String Name{ get; set; }
I\'m currently developing a WFC RIA based Silverlight Business Application (intranet use only) for my company. I ran into a couple of problems when trying to authorize users. Here is the situation:
How can I use the FaultContract attribute with RIA Services so that I\'ll be able to pass additional information as part of an exception开发者_如何学运维 to Silverlight?So I went hunting though the de
I\'m attempting to deploy a RIA services 1.0SP1 project that has been precompiled with a Visual Studio 2010 Web Deployment Project.When I deploy the application to IIS using Visual Studio, the applica
I\'ve got 2 EF 4.1 Code First classes: public class SKUMaster { public string SKU { get; set; } public virtual ICollection<SKUMasterFinishedItem> SKUMasterFinishedItems { get; se开发者_如何学运
Suppose I have a collection defined as: IEnumerable<Employee> Employees; Entity Employee has property Person.
I\'m new to developing Silverlight application and I got an issue with the database connection after deploying the application (I can access the application just fine, but I can\'t login due to the da