Settings and activity
72 results found
-
6 votes
An error occurred while saving the comment -
42 votes
An error occurred while saving the comment 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.
-
0 votes
An error occurred while saving the comment 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.
-
1 vote
An error occurred while saving the comment The default option, LINQ to SQL lets you connect to SQL Server.
-
10 votes
-
25 votes
-
4 votes
An error occurred while saving the comment 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)
-
4 votes
An error occurred while saving the comment This is supported in the latest beta if the collection implements IObservable
-
6 votes
An error occurred while saving the comment Can you clarity?
-
11 votes
An error occurred while saving the comment 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?
-
1 vote
An error occurred while saving the comment There's an option in recent betas (www.linqpad.net/beta.aspx) to specify DateTime formatting (Edit | Preferences). Have you tried this?
-
73 votes
An error occurred while saving the comment 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.
-
10 votes
An error occurred while saving the comment 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 -
7 votes
An error occurred while saving the comment This is now available when you enable "Results to Grids"
-
6 votes
An error occurred while saving the comment Note that you can now rearrange the layout so that the results are on the right (Ctrl+F8)
-
6 votes
An error occurred while saving the comment There's now an auto-scroll mode on the Edit menu. The shortcut is Shift+Ctrl+E.
-
7 votes
An error occurred while saving the comment 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.
-
22 votes
An error occurred while saving the comment Note that an auto-recovery feature was added a while ago, so you should never lose work.
-
1 vote
An error occurred while saving the comment You can also use the backslash key, or any of the following:
½ § @ -
20 votes
An error occurred while saving the comment The recent betas store references as both relative and absolute.
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?