Using LINQPad in a C# app
I see there's a NuGet package for LINQPad, but how does one use it? What is the intent? Are there examples of what we can do with it, and how?
What I'd like to do is write some code in LINQPad, that eventually will get moved to a C$/VisualStudio app, however it wouldn't necessarily recognize the database context, right? How do I get code that works beautifully from within LINQPad into a fully working, and distributable application?
What I'd like to do is write some code in LINQPad, that eventually will get moved to a C$/VisualStudio app, however it wouldn't necessarily recognize the database context, right? How do I get code that works beautifully from within LINQPad into a fully working, and distributable application?
Comments
To create a distributable app from a LINQPad query is not possible right now. The best you can do is to use lprun.exe (which ships with LINQPad) to run the query from the command-line.