New posts in generics

C# Adding two Generic Values

Creating a Math library using Generics in C#

set constructor requirements or static method requirement for abstract class

ThreadStatic v.s. ThreadLocal<T>: is generic better than attribute?

How do I check if a given value is a generic list?

Is there a reasonable approach to "default" type parameters in C# Generics?

obtain generic enumerator from an array

List<T>.Contains() is very slow?

F# pattern matching with generic types. Possible?

C# Syntax - Split String into Array by Comma, Convert To Generic List, and Reverse Order

Cast List<int> to List<string> in .NET 2.0

Implement generic swap macro in C [duplicate]

Swift equivalent for MIN and MAX macros

Cast Int to Generic Enum in C#

IEnumerable<T>: Can use Equals method but not equality operator

C# generic inheritance and covariance part 2

Best way to test if a generic type is a string? (C#)

Generic All Controls Method

Why does C# (4.0) not allow co- and contravariance in generic class types?

Shift elements in array by index