Collections
Data structures for holding similar data, e.g., arrays, maps, etc.
Dated Aug 29, 2025; last modified on Fri, 29 Aug 2025
Data structures for holding similar data, e.g., arrays, maps, etc.
| Random Link ¯\_(ツ)_/¯ | ||
| Sep 6, 2025 | » | Generic and Non-Generic Collection Interfaces in C#
4 min; updated Sep 6, 2025
There are two main types of collections: non-generic ( Non-generic collections only exist because .NET did not originally have generic data types. They shouldn’t be used because:
|
| Sep 6, 2025 | » | Collection Types in C#
3 min; updated Sep 6, 2025
Choosing a Collection TypeIn summary, the use cases are:
|