1197 results found
-
Run a script with Microsoft's CLR Profiler
It would be great to be able to run profilers from LINQPad without creating a new VS project to get an exe for anything that i'd want to profile. This goes toward the "Pad" part more than the LINQ part of this program.
5 votes -
Option to ask for confirmation to call SubmitChanges();
I have a lot of queries I use day to day. I have recently started using SubmitChanges to update data when needed. I have this line commented out by default but worry that sometimes I could forget. Would be nice to have an option to that when enabled asks for confirmation to perform SubmitChanges()
3 votes -
vb 2010 does not require line continuation
vb 2010 does not require the "_" when a new line starts with a query clause. It would be nice if you didn't either.
4 votes -
4 votes
-
linq2xml
It would be nice to be able to load, query and update xml files.
9 votes -
Add the abilty to set CultureInfo
I live in sweden and swedish Exception message are quite useless when posting online (in help formus) etc. Would be greate to set the CultureInfo so Linqpad returns English exception messages.
4 votes -
Expose SQL Connection TrustServerCertificate
A common SQL Azure connection failure is when you are running behind a proxy/firewall. At my office I cannot connect to SQL Azure without turning on the trust server certificate setting in the connection string. Linqpad doesn't expose this right now.
Exposing the ability to set the TrustServerCertificate=true in the ConnectionStringBuilder would allow this connection to succeed.
6 votes -
Add Expand / collapse item for structure of DBs left panel
Hi,
In the left panel which holds all the connection a new menu items should be added -- expand / collapse all below this node. While creating SQL queries I often forget which tables has which fields, and I have to manually expand the nodes (root > db > user > table). It takes a time. With my suggestion user will be able to perform this action in 2 clicks.
Thanks
4 votes -
Add TableName.OrderByDescending( t => t.PrimaryKey).Take(50) when right click on the table
I often times need to just view the newly created data recently. If this command can be added to the right click on the table menu will be excellent!
6 votes -
1 vote
-
Inline References and Namespace Imports
Like this:
reference @"..\Lib\SomeAssembly.dll";
using SomeAssemblyNamespace;ClassInSomeAssemblyNamespace.SomeStaticMethod();
or maybe to remain true to the C# standard, use custom attributes:
[reference(@"..\Lib\SomeAssembly.dll")]
[using("SomeAssemblyNamespace")]ClassInSomeAssemblyNamespace.SomeStaticMethod();
6 votes -
3 votes
-
Copy to CSV or similar
I can effectively do this using export to Excel and then select all / copy. But I do a lot of statistical analysis and need to copy data results to and from other programs. They support importing from the clipboard, but the clipboard text must be comma or tab separated (or even fixed--parsable in a line-per-row fashion--i.e., not markup).
It would also be nice if you could suppress the summary line.
9 votes -
NuGet Package Management
Please consider NuGet integration.
I would also suggest changing LINQPad scripts to not just be XML files but indeed something like a tar'd/zip'd archive of XML and DLL files with NuGet integration and update mechanism.
This would be super compelling and useful and much more light-weight than using NuGet from VS.
4 votes -
add a data context for reading CSV files
It's a very common problem to have to combine CSV files together. A data context that allowed you to add multiple CSV files and generate a static acessor off column names would be incredible useful
12 votes -
Add Delphi/Visual Pascal.
Delphi/ Prism the .net version can you add to your list of supported languages.
6 votes -
Ability to store Variables
Some kind of mechanism that stores the result of an expression into a variable or RAM storage... that can be used later on.
Lets say i have a heavy Linq statement that spends 30 seconds to finish - it would be cool to store that data in a variable of some kind that i can call later on.
"Live objects" might be the name of such...
3 votes -
Allow hitting Escape key to trigger 'cancel' like Shift-F5 does
Since hitting Esc doesn't seem to trigger any other action, it would be useful for those of us with muscle memory to hit it when we accidentally ran something we shouldn't have. Much faster/simpler than the 2-key combo of Shift-F5. :)
I'm not trying to ask for the larger-scope 'allow remapping keyboard shortcuts', just the Escape key. :)
0 votes -
Make Nutshell database & log attachable under SS 2008 R2 (not the Express version)
This would make it so much easier for those who have the non-Express version installed.
3 votes -
*.MDB support (Microsoft Access database)
Microsoft *.mdb file are very small, compact, efficient, and very easy to use with .NET
I personally use them because of their size (very very small), and everything is located in this unique file (data, provider, queries.. everything!).
People think there are limited, I believe with LINQ they are now as efficient as any other !!
Please give us support to .mdb file, I'm waiting on this since your first LinqPad public release (yep.. that's a long time waiting)
Thanks in advance for your beautifull software !!!134 votes
- Don't see your idea?