C# Practice: Generic Collections
26mIntermediate2023-09-14
Authors

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
0. Introduction
- 01 - Practice your C# generic collections skills
- 02 - What you should know
- 03 - Explore the code challenge
1. Collections Code Challenges
- 04 - Solution - Insert into List T
- 05 - Solution - Examine dictionary contents
- 06 - Solution - PriorityQueue
- 07 - Solution - Use a slice to get a subset
- 08 - Solution - ConvertAll
- 09 - Solution - HashSet operations
Conclusion
- 10 - Next steps