paperlined.org
dev
>
programming_languages
>
csharp
>
collections
document updated 15 years ago, on May 14, 2009
These are sources I drew my slides from.
Other people's slides
http://faculty.washington.edu/rfish/msis503/lectnote/msis503_blch10.pdf
http://cs193n.stanford.edu/handouts/pdf/07%20Slides-Generics%20etc.pdf
Getting to know the .NET collections [Tech Republic]
http://articles.techrepublic.com.com/5100-10878_11-1045372.html
General reference
BCL Team Blog — this is the team that created System.Collections, getting it straight from the source is great; there are a few
really
good articles here
http://blogs.msdn.com/bclteam/
Comparison between SortedList<Tkey, Tval> and SortedDictionary<Tkey, Tval>
http://msdn.microsoft.com/en-us/library/5z658b67.aspx
Mono implementation of System.Collections
http://anonsvn.mono-project.com/viewvc/trunk/mcs/class/System/System.Collections.Generic/