Iterating items in a list - for vs. while vs. foreach 20 november 2016 Allan C#, .NET When iterating over the items in list in C# you have at least 3 options as to how you want to do it. [More]