Performance Metrics
Performance Tips and Tricks of .Net Applications. All too often we fall into what is easy versus what is right. I saw a comment in a discussion on www.TheServerSide.Net where someone pointed out the evil-ness of foreach. The trade-off and ease of use that enables us to write tight-compact code can sometimes cause a bloat in performance. We all must be diligent in the code we write....IMHO