lambdas and linq aren't the same thing... you can use LINQ w/o using a single lick of lambdas and you can use lambdas w/o using linq. It just happens that functional linq makes use of lambdas in such a way that people confuse one with the other, when that's not the case.

-tg