Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Learn the fundamentals of working with lists in C# in this comprehensive 28-minute tutorial for beginners. Discover what lists are, why they're essential, and how to create, manipulate, and utilize them effectively. Master list declaration, initialization, adding elements, looping through items, and applying common built-in methods. Gain hands-on experience by building a practical shopping list application, learning to sort elements, remove items, and check for specific entries. Explore hidden bugs and their solutions to enhance your understanding of list implementation in C# programming.
Syllabus
- What is a list
- Why we need lists
- Where to learn programming on practical examples
- How to create a list
- How to display list elements
- How to add elements to the list
- How to sort elements in the list
- How to remove elements from the list
- Let's create a shopping list app
- How to check if the list contains a certain element
- Let's fix a hidden bug
Taught by
CodeBeauty