C# Generics
Generics in C# provide a way to write type-safe as the compiler can perform compile-time checks on code for type safety and it also makes code reusable and faster than using objects as it either avoids boxing/unboxing.
Commonly we create generic clas...
sankarshanramesh.hashnode.dev2 min read