LXer: Array In C#
by LXer from LinuxQuestions.org on (#58VEZ)
Published at LXer:
It feels like an array is useless in the beginning when you start learning about it but once you have understood the concept of the array in C#, you realize it is very useful. Imagine you need to save the names of a hundred employees. One name required one variable to be saved. You will need a hundred variables to save a hundred names.
Read More...


It feels like an array is useless in the beginning when you start learning about it but once you have understood the concept of the array in C#, you realize it is very useful. Imagine you need to save the names of a hundred employees. One name required one variable to be saved. You will need a hundred variables to save a hundred names.
Read More...