Exercise - Implement generic and anonymous types
This exercise guides you through the process of creating generics, advanced generics, and anonymous types in C#. Generics and anonymous types are tools that help developers write flexible, reusable, and efficient code to maintain type safety and improve performance.
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.
