Related resources for collections in C#
  • IEnumerable and ICollection in C#9/19/2023 5:12:11 AM. In this article you will learn about IEnumerable and ICollection in the C# language.
  • Collections in C#: ArrayList and Arrays1/14/2022 9:30:55 AM. This article explains the Collection classes in .NET. This first part explains the ArrayList class, advantages, disadvantages and differences with Array.
  • Collections In .NET11/12/2020 6:16:35 AM. Learn about .NET Collections in this article. A .NET collection is a set of similar type of objects that are grouped together. System.Collections namespace contains specialized classes for storing and
  • Collections in C#8/5/2016 6:03:34 PM. Collection in C# is a must-know concept for every developer. This article is about Collections in C#.
  • Threads and Collections in C#12/18/2011 11:33:00 PM. The Collection classes in the System.Collections namespace are not threadsafe and their behavior is “undefined” when collisions occur. This program illustrates the issue.