Quote:Quote:You have to add an entry to your app.config of Linqpad.
to mean that LINQPad had to compile that into their executable.
Yes, that would be a source of confusion. Any .Net application can have a app.config to configure items in the application settings. Even if the developer didn't include one, you can add one and when .Net launched the app it will use the default settings automatically.
And yes, the app.config has to be the same name as the executable. When you add it to Visual Studio for your application you add an app.config. But the compiler then renames it to the application.exe.config in the output directory. It is a confusing thing for them to do "for" you.
So if you have an executable named Linqpad.exe, then you create a file called Linqpad.exe.config and add the entries (maybe you don't see the EXE because you have hide known extensions in your explorer window).
Quote:Being able to use Mindscape LightSpeed with VistaDB enhances my learning immensely.
Yes, Linqpad rocks!

I love it. Being able to write and test LINQ queries in Linqpad probably shaved weeks off my learning curve for LINQ. It was still frustrating (and sometimes still is), but Linqpad makes it so much easier to see what is happening.
I have posted here in the forums about Linqpad, but I don't know if I included the app.config. I should probably add that to the help file (yes, we really do have one!

).
Jason Short