I am building a very complex application that deals with arrays of number, strings, objects and names. I see there are many ways to do this such as I can build manual arrays
Working with Arrays in C# .NET OR I can use Array class or I can use ArrayList class.
C# ArrayListQuestion is, which is the fastest way?
Thank you for your expert advice!