C# List: Definition, Examples, Best Practices, and Pitfalls
Not that long ago, we published a post about the fundamentals of the C# array. Today’s post will continue the trend, covering the C# list.
Don’t worry.? If you’re a beginner, you’ll also benefit from this post. Instead of brushing up, you’ll get your first contact with this incredibly useful data structure.
As in the array post, we?ll discuss what a list is. We?ll learn how to use it, what its most common operations are, and how to avoid some common pitfalls. With that in mind, you’re ready to see what the C# list has to offer you.