List and Dictionary

 

On this assignment I learned that a dictionary is actually a collection of key and value pairs, dictionary is pretty useful when you have a set of complex objects and want to have fast access by let’s say ObjectName/ObjectId. And a list lets you put items in specific positions.