I\'m currently brushing up on LINQ and am trying to comprehend the difference between the let and using the into keyword. So far the let
let
into
Visualized version of leppie's answer. As can be seen, the compiler yields error in the query with into unlike the latter one as accessing to first variable.