-
Re: Antivirus Performance Test
I can add all exceptions, process or files, and disable all settings and I get down to 20-40 milliseconds but no lower. At least it's something. The exceptions seem to do nothing. The only thing that… (View Post) -
Re: Running linqpad scripts 'in process'
You can add the .exe as a reference in your project and then use Util.Compile and Util.Run from your own application. I'm not 100% sure this will do what you want but it might get you closer. (View Post) -
Re: Column Alias Support for SQL Queries
I could be wrong on this but I think LINQPad just hands the query over to the server and lets the server do the parsing. Are you sure you've selected the right database in the connection drop down bo… (View Post)