Does anyone know a good resource to concisely explain the different types of lists available in C# and when their usage is appropriate?
For example, List, Hashtable,
These are examples of various types of general data structures. These data structures are used all over the place in software engineering.