Guys, I have a hard time converting this below linq expression(left join implementation) to lambda expression (for learning).
var result = from g in groc
You can take a look at 101 LINQ Samples and C# 3.0 QUERY EXPRESSION TRANSLATION CHEAT SHEET