> 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.
These aren't really comparable. A hashtable is a key-value store, a list a set of values which can contain duplicates. Are you looking for a set of unique objects or just a bucket to store objects in? FB =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com