Latest posts on category "Programming"


Introduction to Collections in C#

Programming     3394
No Comments    

In C#, Collection helps in managing the group of objects in a flexible manner to perform operations like insert, delete, etc. on the object items in a dynamic manner. Collections is having predefined classes which helps in providing different operations like sorting objects, searching objects, deleting objects and many more. The predefined classes are present under System.Collections namespace.