Left join Linq
from a in aa join a in xx on a.d equals x.y into DefaultOrEmptyXDetails from a in DefaultOrEmptyXDetails.DefaultIfEmpty() select new a)
Hi All In this blog you will get to know some of the problems i have faced during my day to day work. and the solutiosn that i have used for those problems.
from a in aa join a in xx on a.d equals x.y into DefaultOrEmptyXDetails from a in DefaultOrEmptyXDetails.DefaultIfEmpty() select new a)