-
Re: Output is not being rendered correctly.
I think I have discovered the problem which is the 'space' in the original query (which I copied and pasted) is not actually a standard space. Hex dump shows it as C2 A0 rather than 20. Whi…2 -
Re: Output is not being rendered correctly.
I get the same result (with the default style sheet). It seems to be caused by the space after the colon being encoded. <span style="color: #ff0000;">This should be in red</span>…2 -
Re: How to Get Local ToDump() Working in a Query?
Does not work with C# Statements, so change your script to be C# Program.1 -
Re: LINQPad 5 (Free Edition) : SqlFunctions and C# statement query
I'm not sure what you mean by I can de-refer the DbContext reference and use the recordTable object created in LinQPad object explorer Does that mean you are using the Default Linq to SQL connec…1 -
Re: Find-and-Replace double-quotes in a 3000 line C# verbatim string literal is very slow
I would be tempted to say that using a 3000 line string in code is asking for trouble, but I still would not have expected it to be that bad. I have no idea why this would take so long but perhaps it…1