LINQ Projection

Resources by common categories

Rating
 

WCF Data Services + LINQ Projection into a custom type

Posted by Programmer's Goodies on September 3, 2011

I’m trying to project parts of a Display and its list of locations from a WCF Data service into a custom type. Is this doable in WCF Data Services in a Silver... [read more]

Rating

Linq projection that flattens a list into a deliminated string

Posted by Programmer's Goodies on August 23, 2011

I am trying to concat and comma deliminated (or space) a list and project it. I have some sample code below. public class Friend { public string Name { get; set... [read more]

Rating

LINQ Projection in Entity Framework

Posted by Programmer's Goodies on October 13, 2011

I posted a couple of questions about filtering in an eager loading query, and I guess the EF does not support filtering inside of the Include statement, so I ca... [read more]