Q&A
Ask and answer questions to make information more available to wider audiences.
Natalia Lockwood @lockwoodnatalia   06, Apr 2023 12:00 AM
generics in C# .net
What are generics in C# .NET?
answers 1
 
Answer 1
Jordyn Lund @lundjordyn   08, Apr 2023 12:22 AM
In order to reduce code redundancy, raise type safety, and performance, generics can be used in order to make code classes that can be reused. Collection classes can be created using generics.