The Pitfalls of Multiple Enumeration with IEnumerable in C#
Over the years of writing C# code, I’ve seen many developers who use IEnumerable<T> as a method parameter without realizing the potential for multiple ...
Over the years of writing C# code, I’ve seen many developers who use IEnumerable<T> as a method parameter without realizing the potential for multiple ...
Here is the first post on DevTune blog. I share my experiences about software development, C# and Software architecture here.