0
kicks
Compare performance of classic foreach with new ForEach
In that article I explained how to use ForEach() extension method of List and I mentioned that using ForEach extension method helps to improve flexibility, readability and performance.
I tried to test and compare foreach method with ForEach extension method.