Advantages and Disadvantages of Non-Generic Collection in C#

In the world of programming, Collections are a powerful feature that helps us store and manage data in a structured and organized manner. C# provides two types of Collections: 

  • Generic and 
  • Non-Generic Collection Classes. 

Both have their own set of advantages and disadvantages. This article will discuss the advantages and disadvantages of Non-Generic Collection Classes in C#.

advantages and disadvantages of Non-Generic Collection

Read more >>