Hi, Russell. Beside what the rest said, I would advise you to prefer a generic collection always, as the non-generic once can be slowly phased out as versions pass. Indeed, the .NET framework for Silverlight doesn't have them available anymore. Generics are also better type-safe and performance wise, and lead to much cleaner code in general in my opinion.
Regards, -- Martín Salías www.Salias.com.ar Agile Alliance Member - Microsoft MVP On 7/3/07, Russell Collins <[EMAIL PROTECTED]> wrote:
I am trying to determine if I should use a generic List<T> or a HashTable to hold some data objects. The main thing is that I want to know if there is general knowledge that one just performs better than the other. Any feedback would be greatly appreciated. =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
=================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com