Life Before Generics in C#
Version: C# 1
If we want to print a collections of a string in one method GenerateNames we would do it like this. On the early days of c#.
(This is between 2002 - 2005 before generics we’re introduced.)
The common drawbacks are :
It lacked type safe...
the-dev-curve-c-fundamentals.hashnode.dev3 min read