Top "Entityset" questions

RIA Services EntitySet does not support 'Edit' operation

Making my first steps in RIA Services (VS2010Beta2) and i encountered this problem: created an EF Model (no POCOs), …

wcf-ria-services entityset
Generic List to EntitySet Conversion

How do I Convert a System.Collections.Generic.List<T> to a System.Data.Linq.EntitySet<T&…

c# linq entityset
ASP.NET MVC/LINQ: What's the proper way to iterate through a Linq.EntitySet in a View?

OK so I have a strongly-typed Customer "Details" view that takes a Customer object Model. I am using LINQ to …

linq-to-sql asp.net-mvc-2 entityset