Many times I avoid to use arrays, because of must be careful to work its size, and I must certainly know data type of elements.
I notice, I usually use List, I am not sure this is necessary many times.
I would like to know how to design code when I work with collections.
Can someone help me to approach to collections? Thanks.
* Arrays
* List and List<T>
* Dictionary, Hashtable, Queue, Stack ...etc.
* Sets