Explain me what is an anonymous method and how is it different from a lambda expression?

Submitted by: Muhammad
For an anonymous method, the declaration comes before its use and implementation through a delegate. Also, this method doesn't require a name.

A lambda expression refers to an anonymous method in a single line, elegantly replacing the representative for this function.
Submitted by: Muhammad

Read Online Senior .Net Developer Job Interview Questions And Answers