Exercise - Implement collection types

Completed

Suppose you're a software developer at a tech company working on a banking application. Your team needs to implement collection types to manage customers, accounts, and transactions efficiently. To ensure consistent behavior, you decide to create and implement these operations in a simple console application.

This exercise guides you through the process of creating implementing and using collection types like List, Dictionary, and HashSet in a banking application scenario in C#.

Important

This exercise requires a Visual Studio Code environment with the C# Dev Kit extension installed. For help with configuring the Visual Studio Code environment, see Install and configure Visual Studio Code for C# development.

When you select the launch exercise button, you're navigated to a public GitHub page that provides instructions for this exercise.

When you're finished with the exercise, return here for:

  • Knowledge check.
  • Summary of your learning.
  • Badge for completing this module.

Button to launch exercise.