Here’s a chunk of useless code to demonstrate a nifty feature of the Select extension method: static char LowerCase( char c) { // put a breakpoint here Console.WriteLine(" Lowering " + c); return Char.ToLower(c); } static IEnumerable LowerCaseEnumerator(