ArrayList vs List


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.

This entry was posted in .NET Framework. Bookmark the permalink.

2 Responses to ArrayList vs List

  1. Alireza says:

    Hi ,
    Nice Article ,

  2. kedarnadhsharma says:

    Thanks for your comment .
    please let me know any suggestions to improve my blog.

Leave a reply to Alireza Cancel reply