Collections In C#



The purpose of this article is to demonstrate how to work with arrays and the issues associated with them, followed by Non-Generic collections and their issues, and finally Generic collections which solve both arrays and Non Generic types of problems.



Read: https://www.c-sharpcorner.com/article/collections-using-c-sharp/