Possible Duplicate:
delegate keyword vs. lambda notation
I am using both anonymous methods and lambda expressions, but I couldn't find the difference between those expressions except syntax. Can any one please help me to find out the advantages of lambda expressions? In which scenarios would I need to use lambdas and in which would I need to go use anonymous methods?