I do not have a lot of experience with C#, yet I am used of working with associative arrays in PHP.
I see that in C# the List class and the Array are available, but I would like to associate some string keys.
What is the easiest way to handle this?
Thx!