Implement collection types

Beginner
Developer
Student
.NET

In this module you learn, to use C# tools for managing groups of objects dynamically, ensuring type safety and efficient data manipulation.

Learning objectives

  • Apply C# Collections for Efficient Data Management

  • Manage ordered collections using List<T> in C#

  • Manage unique collections with HashSet<T>

  • Using Dictionary<TKey, TValue> for efficient key-value pair management in C#

Prerequisites

  • Visual Studio Code installed with the C# Dev Kit.

  • Basic knowledge of the Visual Studio Code IDE.

  • Basic understanding of the C# programming language.

  • Familiar with classes, abstract classes, interfaces and inheritance.