Sean Foy talks about his implementation of AndAnd (following the example of Ruby's Object#AndAnd ) using first LINQ AST and then later Monads . The discussion around Monads I found quite interesting.
I tried lots of Google time to find the answer to this and failed (my google searching may also suck :) so in trying to tie a Where and GroupBy together in a Linq query I used the following. var values = from p in tbl_data where p.some_other_value ==...