C# Practice: Generic Collections

C# Practice: Generic Collections

26mIntermediate2023-09-14

Authors

Walt Ritscher

Walt Ritscher

Programmer, UI Designer, Staff Instructor at LinkedIn Learning

Course details

Join senior LinkedIn Learning instructor Walt Rischer in this hands-on, interactive, skills-first coding course designed uniquely for intermediate C# developers. Explore generic collections skills in C# to boost your technical know-how or prepare for an interview to land a new role. This course includes Code Challenges powered by CoderPad. Code Challenges are interactive coding exercises with real-time feedback, so you can get hands-on coding practice to advance your coding skills. Walt helps you develop your skills as a C# programmer with six specific, query-focused coding challenges. Practice skills like inserting into List, examining dictionary contents, using a PriorityQueue, using a slice to get a subset, using the ConvertAll method, and performing HashSet operations.

Skills covered

C#ProjectProgramming LanguagesMicrosoftSoftware Development

Concepts

Introduction

  • Practice your C# generic collections skills
  • What you should know
  • Explore the code challenge

Collections Code Challenges

  • Solution - Insert into List T
  • Solution - Examine dictionary contents
  • Solution - PriorityQueue
  • Solution - Use a slice to get a subset
  • Solution - ConvertAll
  • Solution - HashSet operations

Conclusion

  • Next steps