One of the most memorable lessons my college programming instructor gave was an intro to the IF statement and For loops. It involved gaming, robotics and a hot chocolate on a cold winter day. Since ...
Predicate methods allow you to separate the criteria you're using to test items in a collection from the code that processes the collection. You may never write a For...Each loop again. Here are some ...