Collections are used to organize data so that it can be used efficiently. In this course we'll learn about the various collection types provided by the .NET framework.
What you'll learn
- Arrays
- Lists
- Sets
- Dictionaries
- Generics
Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.
Collections are used to organize data so that it can be used efficiently. In this course we'll learn about the various collection types provided by the .NET framework.
Arrays are good for retrieving and updating values, but not so good for finding, adding, and deleting values.
Chevron 8 steps4:04
4:14
9:47
1 objective
7:34
1 objective
5:53
2 questions
Internally, System.Generic.Collections.List is an array, but it's much easier to work with.
Chevron 11 steps7:14
4:45
4 questions
3:32
1 objective
11:49
6:10
5:06
4 questions
5:12
1 objective
Sets and dictionaries are fast at finding, retrieving, and removing items. They're unordered and rely on object hash codes.
Chevron 11 steps5:29
6:48
4:03
5 questions
11:29
1 objective
6:06
2 objectives
3:00
3:24
4 questions
Get personalized course recommendations, track subjects and courses with reminders, and more.