Big O Notation issues with older .Net code

added by dpeterson
9/15/2011 2:53:38 PM

117 Views

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.


0 comments