lambda operator c# learning

.net, c#, lambda

Solution

Here is several tutorials about lambdas: http://msdn.microsoft.com/en-us/library/bb397687.aspx http://blogs.msdn.com/ericwhite/pages/Lambda-Expressions.aspx

And here are Eric Lippert's posts on the subject: http://blogs.msdn.com/ericlippert/archive/tags/Lambda+Expressions/default.aspx

Problem

Can you recommend me on places where i can read and see examples on usage of Lambda operator in c# . I will really like to see a lot examples on it... Thanks.

Original source