vote up 1 vote down star

How can I write a console application that prompts me and lets me enter LINQ expressions and it will spit out the results of that LINQ query?

What would be the easiest way to parse/evaluate a incoming string as a LINQ expression?

flag

2 Answers

vote up 1 vote down

use Dynamic LINQ query library , see this

link|flag
vote up 0 vote down

Console app is to awkward to use for thousands of reasons. Try LinqPad

link|flag
This is functionality I'm looking to add to an existing application. I know about LinqPad – Salacen May 4 at 8:03

Your Answer

Get an OpenID
or

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