Lambda expression can used instead of delegates, I’m not sure that it is a good way,I think it is more handy than delegates but I’m not sure that it is a good idea.
Is it a good idea to use lambda expression instead of delegates?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From a compiler perspective it makes no difference.
From a developer perspective lamba expressions improve readability in most cases.