0
kicks
LINQ vs FOREACH vs FOR Loop Performance
A comparison of the performance differences between using a LINQ statement, a FOREACH statement and a FOR loop to accomplish the same goal. Performance results for three iteration amounts as well as a test console application to view performance results first hand. Results: LINQ is an awesome tool, but every developer that is going to use it should be aware of the performance implications.