In the following examples:
Those are both wasteful and verbose.
foreach (var name in names) { Console.WriteLine("{0}1, {0}2, {0}3", name); }
.