0
kicks
Big O Notation issues with older .Net code
Scott Hanselman shows us some potential performance problems with older .Net code and how some of them can be solved with Linq and deferred execution.
This article is a great way to illustrate that even simple code can have serious performance implications.