By tag: Loops
0
kicks
Don't use foreach and for loops in .NET
This article explains various loops and their execution timings.
1. foreach loop vs for loop.
1. foreach loop vs while loop.
0
kicks
Implementing the Each method in C# collections.
Ruby has it, Prototype add it to JavaScript array. I find myself using it a lot, why not to implement it in C#?
Take a look at a quiet take on this one.