Tuesday, March 15, 2005

An Extensive Examination of Data Structures Using C# 2.0

An Extensive Examination of Data Structures Using C# 2.0

I seldom blog MSDN. However, this time, the article is really interesting and usefule for me, as and .NET developer. This article throughly discribe several data structures, especially Array and List, on their structure and performance. I used to use ArrayList (and probably overuse). But now, I think I need to start use List more for performance concern.

By the way, this is again referenced from Dr. Chun's blog.

No comments: