Community

Iterators in C#: Nothing Beats the Foreach Loop

(Jason Whittington) My favorite construct in the C# programming language has to be the foreach loop. I get a little jolt of pleasure every time I use it. I can enumerate rows in SQL Queries, nodes in XML documents, ArrayLists, and Hashtables. You name it, I can enumerate it all without mucking aroun

Read More - Register for Free Membership