Dictionaries (Dictionary<TKey, TValue>): Key-value pairs, creating dictionaries, accessing values
A Dictionary is a collection of key-value pairs. It's like a real-world dictionary where you look up a word (the key) to find its definition (the value).