Lets say you have a:
List los = new List();
In this crazy functional world we live in these days which one of t
My vote is string.Join
No need for lambda evaluations and temporary functions to be created, fewer function calls, less stack pushing and popping.