Related resources for Generic Collections
  • Dictionary in .NET C#: Syntax, Methods, and Example5/7/2024 11:50:00 AM. In C#, a dictionary is a generic collection that holds elements as pairs of keys and values. The Non-Generic Hashtable collection and the Generic Dictionary operate extremely similarly.
  • HashSet .NET C#: Usage, Methods, and Example5/3/2024 8:40:37 AM. A hash set is an unordered list of distinct elements in C#. In.NET 3.5, this collection is released. When we wish to stop duplicate pieces from being added to the collection, we typically utilize it.
  • Generics And Generic Collections In C#4/25/2022 11:36:38 AM. In this article you will learn about Generics and Generic Collections in C# language.
  • Generics in C# - Part II4/1/2022 10:01:52 AM. In part II of generics in C# we will see how to create generic classes, structures, interfaces, and delegates. We will also see how to create a custom generic collections.
  • Generics in C# - Part I4/1/2022 9:44:48 AM. In Part I of this series you will see the importance of generics, you will learn how to use generic types which in the System.Collections.Generic namespace and you will also learn how to create generi
  • Collections In C#8/7/2016 11:33:21 AM. In this article, we will learn about the Collections in C#.
  • Preparing For .NET Interviews: Traditional And Generic Collections - Part Eight5/22/2016 1:45:09 PM. This article presents the common questions asked in .NET interviews related to traditional and generic collections and explains the answers easily.