Settings and activity
17 results found
-
1 vote
An error occurred while saving the comment -
8 votes
An error occurred while saving the comment Joris Talma commentedYou can use portable deployment to create project specific My Extensions.
See: https://www.linqpad.net/PortableDeployment.aspx
(Place LINQPad.exe in folder, run LINQPad from here, create file Plugins\Framework 4.6\MyExtensions.FW46.linq to create project specific extensions)
Joris Talma supported this idea · -
6 votes
An error occurred while saving the comment Joris Talma commentedYou could also use the Dump(string description) overload:
var name = "Casey Chester";
name.Dump("Name");Output:
Name
Casey Chester
-
12 votes
An error occurred while saving the comment Joris Talma commentedAs this board is aiming at "LINQPad Feature Suggestions", you'd probably better post this on the LINQPad forum: http://forum.linqpad.net/
LINQPad 4 and LINQPad5 behave the same on my machine (a tiny delay when inserting lines, but no unresponsiveness), could you check whether the issue is related to the referenced RMDEnterpriseLibrary.dll sitting on a network drive?
If you copy the referenced file to the local hard drive and reference it from there, does that make any difference?
Also this problem seems related:
http://forum.linqpad.net/discussion/416/slow-intellisense-with-large-extension-method-namespaces -
3 votes
An error occurred while saving the comment Joris Talma commentedJust deselect the following options in the data context configuration panel:
- Pluralize EntitySet and Table properties
- Capitalize property namesAnd it will work as expected.
-
5 votes
An error occurred while saving the comment Joris Talma commentedCtrl-R, Ctrl-R does not clear the results pane.
For long running query's, it would be nice to be able to clear the results on user request.
Proposal: Add action to the left most drop down button: "Clear results" or add a thick cross icon (like the 'clear results' buttons in various Visual Studio panes, e.g. find results, output or intermediate window.Joris Talma supported this idea · -
3 votes
An error occurred while saving the comment Joris Talma commentedYou should post this on the forum (with repro) and not on this suggestion platfom.
-
18 votes
An error occurred while saving the comment Joris Talma commentedYou should really lock your station (WIN-L) when leaving your workplace.
-
26 votesJoris Talma supported this idea ·
-
5 votes
An error occurred while saving the comment Joris Talma commentedStore the snippets in Google Drive which automatically keeps revisions.
-
0 votes
An error occurred while saving the comment Joris Talma commented -
6 votes
An error occurred while saving the comment Joris Talma commentedAs an alternative, you could unload the query process after run (SHIFT-F5).
Joe could implement an Util.UnloadProcessAfterRun() function or this.UnloadProcessAfterRun property to achieve the requested behavior (without Regexing the script file which could result in unexpected results).
-
12 votes
An error occurred while saving the comment Joris Talma commentedThis has been suggested before: http://linqpad.uservoice.com/forums/18302-linqpad-feature-suggestions/suggestions/1926753-allow-multiple-data-contexts-per-query
-
237 votesJoris Talma supported this idea ·
-
11 votes
An error occurred while saving the comment Joris Talma commentedThis suggestion could be combined with http://linqpad.uservoice.com/forums/18302-linqpad-feature-suggestions/suggestions/461315-show-sql-server-execution-plan
Use case: Press CTRL-L to translate the LINQ statement to SQL and display the SQL query + the estimated query execution plan from SQL server.
Joris Talma supported this idea · -
1,276 votesJoris Talma supported this idea ·
-
51 votesJoris Talma supported this idea ·
LINQPad.exe and lprun.exe are already signed, just delete unins000.exe and you're done :)