Settings and activity
12 results found
-
1 vote
Matt
shared this idea
·
-
0 votes
Matt
shared this idea
·
-
1 vote
Matt
supported this idea
·
Matt
shared this idea
·
-
0 votes
An error occurred while saving the comment
Matt
shared this idea
·
-
1 vote
Matt
shared this idea
·
-
1,138 votes
An error occurred while saving the comment
Matt
commented
There is already a workaround available for this, read more at Stackoverflow:
http://stackoverflow.com/a/38199055/1016343 -
1,699 votes
An error occurred while saving the comment
Matt
commented
Why not add support for the C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe commandline compiler? Should not be too difficult to include a converter which generates *.cs files ... if some restrictions apply, like ommitting the .Dump() and use the Console.WriteLine() instead, it seems to be achievable. Something like a "Generate console app from LinqPad project". Like Martin already mentioned ... but the issue is that a LinqPad file handles the references differently, so something like an "export to console app" would be great.
-
31 votes
An error occurred while saving the comment
Matt
commented
Simply open Windows Explorer, type
%AppData%\LinqPad
into the path combobox and it will take you to the settings directory.ConnectionsV2.xml and RoamingUserOptions.xml can be edited with a text editor like
Notepad++, and since XML is an open standard it is easy to read and maintain.Copy the files to the target PC, note that the account name can be different, since
%AppData%\LinqPad
resolves to
C:\Users\[accountName]\AppData\Roaming\LINQPad\
Matt
supported this idea
·
-
7 votes
Matt
supported this idea
·
An error occurred while saving the comment
Matt
commented
Copying table content from one database to another in LinqPad would close the gap between SQL Management Studio and LinqPad and allow to simplify staging data while developing.
Matt
shared this idea
·
-
86 votes
An error occurred while saving the comment
Matt
commented
63 votes - but it is still unclear what a "linqshell" actually is ... could someone summarize this please and be more specific?
-
5 votes
Matt
supported this idea
·
-
7 votes
NOTE: The "Ctrl+Shift+M" dialog mentioned is the same as the one coming up in Management Studio when you right-click on a stored procedure and select "Execute..." from the context menu.