Skip to content

Settings and activity

17 results found

  1. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    LINQPad.exe and lprun.exe are already signed, just delete unins000.exe and you're done :)

  2. 8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    You 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  · 
  3. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    You could also use the Dump(string description) overload:

    var name = "Casey Chester";
    name.Dump("Name");

    Output:

    Name

    Casey Chester

  4. 12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    As 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

  5. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    Just deselect the following options in the data context configuration panel:
    - Pluralize EntitySet and Table properties
    - Capitalize property names

    And it will work as expected.

  6. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    Ctrl-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  · 
  7. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    You should post this on the forum (with repro) and not on this suggestion platfom.

  8. 18 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    You should really lock your station (WIN-L) when leaving your workplace.

  9. 26 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Joris Talma supported this idea  · 
  10. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    Store the snippets in Google Drive which automatically keeps revisions.

  11. 0 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
  12. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    As 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).

  13. 12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
  14. 237 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Joris Talma supported this idea  · 
  15. 11 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Joris Talma commented  · 

    This 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  · 
  16. 1,272 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Joris Talma supported this idea  · 
  17. 51 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Joris Talma supported this idea  ·