Search Results

6
votes

What is the difference between lambdas and delegates in the .NET Framework?

The question is a little ambiguous, which explains the wide disparity in answers you're getting. You actually asked what the difference is between lambdas and delegates in the .NET framewor …
0
votes

ServiceProvider, cache etc. done with generics without cast

As I posted to Jon Skeet's blog, the following approach might …