0
kicks
The Case for Lambdas, part 2: Better Generic Type Inference
C# 3.0 Lambda expressions have distinct advantages over C# 2.0 anonymous methods. This article takes a look at how using lambda expressions can improve the compiler's type inference for generic methods.