vote up 1 vote down star

Is there an application or utility that will convert LINQ to Lambda Expressions? (or an add-on to LINQPad)

flag

Why do you want to do this? – Ira Baxter Sep 10 at 3:22
Doing this is instructional for learning the the fluent API. – Joe Chung Sep 10 at 4:59
Why? To simplify queries. – Jason N. Gaylord Sep 15 at 2:29

2 Answers

vote up 2 vote down check

In LINQPad, you can click on the "lambda" button to get the lamdba version.

Edit: As RBarry says, its the upside down "y", between "Results" and "SQL". This shows up in the results page after you execute a query.

link|flag
which button is that? – Jason N. Gaylord Sep 10 at 4:04
Lambda looks like an upside-down "y". – RBarryYoung Sep 10 at 4:09
2  
λ = lambda (en.wikipedia.org/wiki/Lambda) – Joe Chung Sep 10 at 4:58
That's what I thought. I just tried it again and it's now working. Maybe there was an open thread in the app? Who knows. Time to format c: Thanks! – Jason N. Gaylord Sep 15 at 2:34
Glad it worked. Good luck with the format :D – Nader Shirazie Sep 15 at 4:26
vote up 5 vote down

The other day, I was surprised to find that ReSharper does this, at least for C# (not sure about VB, if that's what you need).

link|flag
R# is a great tool every developer must have but it's not free. – Vadim Sep 10 at 3:23
Thanks for the suggestion. – Jason N. Gaylord Sep 15 at 2:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.