2015 | OriginalPaper | Chapter
9. Collections and Generics
Published in:
C# 6.0 and the .NET 4.6 Framework
Abstract
Any application you create with the .NET platform will need to contend with the issue of maintaining and manipulating a set of data points in memory. These data points can come from any variety of locations including a relational database, a local text file, an XML document, a web service call, or perhaps via user-provided input.