Settings and activity
66 results found
-
3 votes
An error occurred while saving the comment -
281 votes
An error occurred while saving the comment The latest RC lets you call CreateXhtmlWriter enabling dynamic expansion of results. Use of this feature ties you into IE, though - it doesn't seem to work properly with Firefox.
An error occurred while saving the comment You can use LINQPad's XHTML Dump engine from within Visual Studio by adding a reference to LINQPad.exe and then doing this:
var writer = LINQPad.Util.CreateXhtmlWriter();
To call Dump(), simply call Write or WriteLine on the writer object.
When you want to view the output. call ToString() on the writer - if you write the output to a file, you can then view it in a web browser.
-
10 votes
An error occurred while saving the comment What happens when you enter your proxxy username/password/domain in the textboxes provided?
-
5 votes
An error occurred while saving the comment There is a workaround: you can set the query type to statements and go:
var db = this;
Then you can use db in your queries. -
25 votes
-
2 votes
AdminJoe Albahari (LINQPad)
(CEO / Founder, LINQPad)
shared this idea
·
Why do you want a WPF UI? What difference will it make, other than giving you blurry text?
Joe