Settings and activity

12 results found

  1. 7 votes
    How important is this to you?
    An error occurred while saving the comment
    John commented  · 

    Can't you do this by shift+right clicking the linqpad executable and choosing "Run as different user?"

  2. 19 votes
    How important is this to you?
    An error occurred while saving the comment
    John commented  · 

    Again, you can already do this:

    XElement.Parse(File.ReadAllText("foo.xml")).Descendants("bar").Dump()

  3. 1 vote
    How important is this to you?
    An error occurred while saving the comment
    John commented  · 

    What part of this is not supported already? Check the samples pane. LINQPad supports all of these.

  4. 2 votes
    How important is this to you?
    John supported this idea  · 
  5. 1 vote
    How important is this to you?
    An error occurred while saving the comment
    John commented  · 

    This already exists. It is a property on the connection dialog in the Data Context Options section

  6. 22 votes
    How important is this to you?
    John shared this idea  · 
  7. 21 votes
    How important is this to you?
    An error occurred while saving the comment
    John commented  · 

    We solved this by using a sym link in the default "LINQPad Queries" directory to our network share. Not ideal but it worked for our purposes.

    For those that don't know how to do this in Windows:
    mklink /D <path here> <name here>

  8. 61 votes
    How important is this to you?
    An error occurred while saving the comment
    John commented  · 

    I use my dropbox for it. Linqpad queries tend to be pretty small so there is plenty of space even for dependencies.

  9. 34 votes
    How important is this to you?
  10. 18 votes
    How important is this to you?
    John supported this idea  · 
  11. 123 votes
    How important is this to you?
    An error occurred while saving the comment
    John commented  · 

    I was able to use mklink in Win7 to do this.

  12. 5 votes
    How important is this to you?
    An error occurred while saving the comment
    John commented  · 

    Middle click works