Collections

Summary
Collections are an essential data type in csharp. It is one the most used types in an age of big data,
Data must be ordered, organized and then used in an efficient manner. Collections help us to manager use input data, and database data.
This section covers use cases related to various collection types and situations. Among those types are list, dictionary, arrays, which are some of most useful.