Duplicate: http://stackoverflow.com/questions/299703/c-delegate-keyword-vs-lambda-notation
I understand the anonymous methods can be used to define delegates and write inline functions. Is using Lambda expressions any different from this?
I guess I am a little confused on when to use what.
Edit: Also, appears that to use either anonymous or lambdas, there needs to be an Extension method for the type?