Skip to content

Settings and activity

73 results found

  1. 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    LINQPad honors the global Windows DPI setting. If general readability is an issue, go to the display properties, and choose display scaling > 100%.

    If this does not meet requirements, what is the rationale for wanting LINQPad to use a font for its dialogs, menus, etc., that is larger the font used by all other Windows applications?

  2. 42 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Also note that any DLL that you put into LINQPad's "plugins folder" (Edit | Preferences | Folders) will be automatically referenced by all queries.

    So if you want every query to automatically reference multiple extension assemblies, you can completely do so if you build those extensions in VS.

  3. 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    This is easy to work around - run your query with Ctrl+F5 (run without debugger) instead of F5.

    Alternatively, uncheck the 'Break when exception is unhandled/thrown' buttons on the toolbar, and delete any breakpoints. LINQPad then runs your scripts without a debugger by default, and Debugger.Launch() will work as before.

  4. 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    The default option, LINQ to SQL lets you connect to SQL Server.

  5. 10 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)
  6. 25 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)
  7. 4 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Check out the new DumpContainer class, also the Util.Progress method and the Util.ProgressBar class. (Search Help | What's New for examples on how to use these)

  8. 4 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    This is supported in the latest beta if the collection implements IObservable

  9. 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Can you clarity?

  10. 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    What's the difference between what you're describing and simply running Remote Desktop? Wouldn't Remote Desktop do exactly what you need in this scenario?

  11. 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    There's an option in recent betas (www.linqpad.net/beta.aspx) to specify DateTime formatting (Edit | Preferences). Have you tried this?

  12. 73 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Bear in mind that LINQPad now offers a Cache() method to cache results between queries (see Help | What's New for info on how to use it).

    As you say, a REPL window in LINQPad is doable with Roslyn. It's just a question of how much value it adds.

  13. 10 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Yes, it's probably a good idea. Someone's actually written a LINQPad script to do this:
    http://linqpadsamples.codeplex.com/wikipage?title=Auto%20update%20LINQPad

  14. 7 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    This is now available when you enable "Results to Grids"

  15. 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Note that you can now rearrange the layout so that the results are on the right (Ctrl+F8)

  16. 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    There's now an auto-scroll mode on the Edit menu. The shortcut is Shift+Ctrl+E.

  17. 7 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    LINQPad now has a Cache extension method which preserves results between query runs. (Go to Help | What’s New and search for ‘caching’ for an example.) Let me know if you still want REPL.

  18. 22 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    Note that an auto-recovery feature was added a while ago, so you should never lose work.

  19. 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    You can also use the backslash key, or any of the following:
    ½ § @

  20. 20 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
    AdminJoe Albahari (LINQPad) (CEO / Founder, LINQPad) commented  · 

    The recent betas store references as both relative and absolute.