Collections in C# can be considered "arrays on steroids." A List is a type of collection that enables you to take advantage of the rich sorting, filtering, and aggregation features available in the .NET Core framework through LINQ queries.
In this tutorial, you will learn how to initialize a generic list, List<T>. You will also learn a pair of useful techniques for adding elements to a list.
Top comments (3)
(Applies to entire series.)
Posts here on DEV.to should contain actual substantial content, not just be intended to promote another external work. From the Terms of Use:
Please use listings for posts like this.
Thank you.
When did this change? Thanks for the heads up in any case...
Article 11 of the Terms of Use has been there for quite some time, at least for several months. However, since we're largely community moderated, sometimes it takes a while for things to be spotted.