Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / C#

Build A Smarter Loop With C#

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
2 Sep 2009CC (ASA 2.5)2 min read 22.2K   24  
Loops are a standard item in any programmer's toolbox. But as often as they make their way into our code, you have to wonder why you don't see more improvements to using them. This post discusses some ideas to improve your loops by using Extension Methods.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Creative Commons Attribution-ShareAlike 2.5 License


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions