The array doc created is in-complete in terms of theory of explaining what are all the static methods available on the Arrays in C# and also provide examples and explanations of the methods.
Couple of other things:
1.How arrays are allocated in memory ? Arrays allocate memory sequentially, so getting the data from the array is quick.
2.Diff between arrays and collections etc...
3.Can we do performance comparison with arrays and other collection classes ?? if yes what are the tools available to measure performance here ?
The array doc created is in-complete in terms of theory of explaining what are all the static methods available on the Arrays in C# and also provide examples and explanations of the methods. Couple of other things: 1.How arrays are allocated in memory ? Arrays allocate memory sequentially, so getting the data from the array is quick. 2.Diff between arrays and collections etc... 3.Can we do performance comparison with arrays and other collection classes ?? if yes what are the tools available to measure performance here ?