1187 results found
-
Add support for calling CLR Stored Procedures that are already defined on a database
Fairly self explanatory. If a CLR Stored Procedure is defined on a database, I should be able to call it from LinqPad. As of now, they don't show up in the tree and I can't call it directly.
6 votes -
Source Control Integration
It would be great if LP could support source control integration using the SCC-compatible source control interface (Ex. Beyond Compare 3).
36 votes -
5 votes
-
1 vote
-
graphs
Probably Just Me (and I think I could do it myself using MSCHart Add in). but sometimes I would like to be able to do very simple charts of my queries results. Scatter, Block Chart and May Be Pie Chart would probably be enough. like a light weight matlab....
3 votes -
Add preference for disabling of automatic creation of default query template after typing 'from'
When I am creating a query as soon as I type 'from' and press tab, a default query template is automatically inserted into the editor for me. I would like to have a preference added that would allow the disabling of this behavior similar to the existing 'Enable lambda snippets on query operators' preference. Thanks.
3 votes -
Provide a method to select a database (from the droplist) via code in c# statements mode
I'd like a method (maybe exposed via the LINQPad object) to change the data context to any of those present in the 'Add Connection' pane.
As we know linq cannot perform cross database (cross data context) joins. To cope with this, in Visual Studio, I often use one data context, obtain data into a table or array, then switch to another data context, obtain more data, then fuse the result sets.
This is simple enough in VS, but in LINQPad I cannot work out how to change the data context via code in C# Statements mode; the only way I…
13 votes -
Add a link to the app in programs menu on install
I was a little surpursed when i installed the app that it was not in the program list. Granted it is small and i typically use the autocomplete to find and launch apps but it does make me question future maintenance, uninstall and clean up issues.
1 vote -
Semantic Web (RDF) Query Support
The official page of RDF is here, http://www.w3.org/RDF/.
6 votes -
Have the ability to create templates in my queries?
It would be nice to click on a template query and get a new copy of that query, rather than edit the query itself. Perhaps a right-click on the query in the "My Queries" tab would let you open/clone the query without having to open the original, clone it, close it, then do what you wanted to do in the first place.
FYI, I can't live without this LinqPad.
4 votes -
.linqbat
Allow to create files with the .linqbat extension and the ability to run them in the command line or double clicking them without opening the full LINQPad UI.
3 votes -
Autocompletion is Incomplete
Make it clearer that autocompletion does not work with VB, before one commits to a purchase.
2 votes -
Export Results as Plain Text.
This will be handy when using LinqPad to bring back Simple data and will avoid using MS Word and Copy / Paste. I use LinqPad for bringing back the results of massive varchar fields because SSMS doesn't.
18 votes -
WCF Service References.
We do it now through a secondary dll and machine.config for configuration. Would prefer to reference the service directly. This would also include the ability to use configuration files.
75 votes -
Make shift-click in the results pane collapse/expand all boxes of the same "class"
For example, when querying with a group by clause with multiple keys, shift+click the Key field make all Key properties collapse or expand.
1 vote -
Command-line LINQPad
like interactive shell, or csharp(1) on Mono, would be nice I think!
2 votes -
maximun result less than 1000
Hello, select less than 1000 like 100 results etc... thanks
3 votes -
12 votes
-
Tab Icons
It would be nice if the tabs had icons showing if they were SQL or code files. If you have mixed tabs of both, it would be much faster to find the query you're looking for.
2 votes -
b able 2 specify references assemblies & namespaces in linqpad.config
I use linqpad to execute scripts on servers on the cloud. I copy linqpad.exe plus a few useful .net assemblies onto each server via script.
I dont want to have to manually add in the references each time I load linqpad onto a server. It would be much more useful ( and mistake proof) if I can simply do a deploy to my server which included a linqpad.config with the references to my utility assemblies as well as extra namespaces. Please comment if this is not clear and I'll elaborate further.
2 votes
- Don't see your idea?