What is the difference between an ArrayList and a Generic List Collection of type List<T>?
The article here decently lists out the subtle differences between the above two.
To summarize it if you use list<t> no unboxing is required.
Archive for January 21st, 2008
ArrayList vs List
Posted in .NET Framework on January 21, 2008 | 2 Comments »