Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / IEnumerable

IEnumerable

IEnumerable

Great Reads

by dibley1973
This morning at work a colleague and myself discovered a slightly alarming difference between `IEnumerable.ForEach` and `List.ForEach` when we switched a collection type for a field in a C# ASP.NET MVC project.
by Jörgen Andersson
A propertymapping extension for DataReaders
by Ramesh Bevara
An overview of a helper class to build dynamic order by clause in LINQ query in C#
by Mikhail-T
A short one-line way to convert Array or List of any data into custom string via LINQ

Latest Articles

by dibley1973
This morning at work a colleague and myself discovered a slightly alarming difference between `IEnumerable.ForEach` and `List.ForEach` when we switched a collection type for a field in a C# ASP.NET MVC project.
by Jörgen Andersson
A propertymapping extension for DataReaders
by Ramesh Bevara
An overview of a helper class to build dynamic order by clause in LINQ query in C#
by Mikhail-T
A short one-line way to convert Array or List of any data into custom string via LINQ

All Articles