array vs array list ? how two .net languages can work together? how to keep track of a linked list point etc and some general question and some more technical ones like the ones i wrote here.
Sigiloso
1.)array = fixed length array list = can increase the length at run time. have add method 2.) my answer in brief = common type system in clr will take care of it.