HOME RESOURCES PLACEMENTS CONTACT FEEDBACK SUBSCRIBE
QUICK LINKS .NET Articles
.NET Training Tutorial
HR Interview Questions
.NET Interview Questions
SQL Interview Questions
JAVA Interview Questions

Collections in .NET
The following list contains the most common collection types in .NET
  • Arrays
  • ArrayList
  • HashTable
  • SortedList
  • Queue
  • Stack
All collection classes are based on the ICollection interface either directly or indirectly.

Array class is present in System namespace where as ArrayList, HashTable, SortedList, Queue and Stack classes are present in System.Collections namespace.
Further Reading

Njoy Programming
   ByPrasad Cherukuri