For Each Loop in C# .NET
Introduction:
This tutorial will be on how to use a 'foreach' loop in C# .NET.
ForEach:
A ForEach loop in C# is used to iterate through a list of elements held within one location. An example of this could be a list of usernames which are allowed to login to the program.