Collections in C#
Collections are types that holds a set of related data object together that can be treated as a single object on which we can perform filtering/searching, modifying or add/remove data.
Arrays
Arrays are type of collection that is used to store logica...
sankarshanramesh.hashnode.dev5 min read