What is difference between anonymous methods and anonymous types in c# [Resolved]

Posted by Allemahesh under C# on 8/19/2013 | Points: 10 | Views : 6726 | Status : [Member] [MVP] | Replies : 2
What is difference between anonymous methods and anonymous types in c#




Responses

Posted by: Ssj_Kumar on: 8/19/2013 [Member] Starter | Points: 25

Up
0
Down
below link will solve your question
http://stackoverflow.com/questions/208381/whats-the-difference-between-anonymous-methods-c-2-0-and-lambda-expressions
http://www.codeproject.com/Articles/47887/C-Delegates-Anonymous-Methods-and-Lambda-Expressio

Regards,
Jayakumar Selvakani

Allemahesh, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Allemahesh on: 8/19/2013 [Member] [MVP] Silver | Points: 25

Up
0
Down
Dear Jayakumar,
Please check the links before posting on site.

The First link is
http://stackoverflow.com/questions/208381/whats-the-difference-between-anonymous-methods-c-2-0-and-lambda-expressions
This is showing that difference between anonymous methods (C# 2.0) and lambda expressions (C# 3.0)

The second link is
http://www.codeproject.com/Articles/47887/C-Delegates-Anonymous-Methods-and-Lambda-Expressio
This is also showing the Delegates, Anonymous Methods, and Lambda Expressions.

My question is not related to theses link.
Please read the questions before posting the answer.


Allemahesh, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response