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
I want to pass a custom class as parameter to the query method which returns me a collection of entities. I need something like this
I have two tables in a database and using entity framework and ria services to display data in a simple datagrid. Here is the database/EF structure
As learned from Sliverlight forum, WCF ria Service does not support ComplexType, but EF 4.0 supply complextype for results of st开发者_StackOverflow中文版ored procedure.
We are writing a WPF application using Entity framework (Silverlight with RIA services to be precise). We\'re using a shared ObjectContext through the application so that we can benefit from sharing d
Using the Silverlight Business Application template in VS2010 creates a nice default solution wit开发者_如何学Ch a Silverlight project and an ASP.NET project. It also automatically provides some nice
I am trying to add a WCF RIA service to an existing website. When I load the page I get a\"Load Operation failed for query\"
I\'ve installed the Silverlight 4 beta toolkit and created a new silverlight business application. Without making anychanges at all, when I try to look at the Mainpage.xaml in designer view I get the
Every example I see of data access in Silverlight seems to be using the RIA Services to get hold of the entities from the back end. Is it possible to use the Entity Framework directly from Silverlight
Suppose 开发者_运维百科I have a table Person(PersonID, Name, ....). Then I use EF to create a Entity model and then create DomainService based on Ria Service. At client side(sliverlight), I try to cre