C#: Collections

Go to class
Write Review

Free Online Course: C#: Collections provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. C#: Collections is taught by Joe Marini.

Overview
  • Learn how to maintain collections of data in C# and choose the right collection class to apply to a wide set of programming scenarios.

Syllabus
  • Introduction

    • Wrangling data in C#
    • What you should know
    • Getting set up
    1. Basic Collection Concepts
    • Introduction to collections
    • Generic vs. non-generic collections
    • Selecting a collection class
    2. Basic Collection Classes
    • Basic list operations
    • Searching list content
    • LinkedList
    • List vs. LinkedList comparison
    • Stacks
    • Queues
    • Dictionaries
    • Challenge: Shopping list
    • Solution: Shopping list
    3. Specialized Collections
    • ListDictionary and HybridDictionary
    • OrderedDictionary
    • StringCollection
    Conclusion
    • Next steps