Topic: linq
Dynamically building 'Or' Expressions in LINQ
How to create a LINQ expression that logically ORs together a set of predicates

Ian Mercer
Tip: getting the index in a foreeach statement
A tip on using LINQ's Select expression with an index

Ian Mercer