C# Generics

Stars

Let the compiler work for you. Generics shift the burden of type-safety from the developer to the compiler. This 5-part series explores various features of C# Generics including using generic type parameters in collections, interfaces, and methods, as well as looking at generic constraints, nested generics, and the use of the “default” keyword.