I have been told that there is a performance difference between the following code blocks.
foreach (Entity e in entityList) { .... }
and <
For Loop for loop is used to perform the opreration n times for(int i=0;i