Episode
List<T> and Collections of Data (Part 12 of 19) | C# for Beginners
with Scott Hanselman, David Fowler
In this video, learn about managing data collections using List<T>. We have now used numbers and strings (in previous videos), but how are they stored? Let’s initialize a list, loop through the list, and explore these basic data structures in C# and .NET. Plus, get details about var and new.
Recommended resources
Related episodes
In this video, learn about managing data collections using List<T>. We have now used numbers and strings (in previous videos), but how are they stored? Let’s initialize a list, loop through the list, and explore these basic data structures in C# and .NET. Plus, get details about var and new.