1198 results found
-
*.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 -
Donate your "Add Custom Assembly Reference" code to the next version of Visual Studio.
They haven't gotten it right in over 10 years! In 2010 it got a little better. But they need your asynchronous search capability!
1 vote -
Provide method to enable LinqPad.exe to swallow exceptions
Can't safely call Write on the TextWriter provided by LinqPad's CreateXhtmlWriter when debugging. If any properties within the object being written throw an exception, the debugger catches this exception and writing ceases.
The only workarounds are to 'Continue' after each exception (which is tedious if many are thrown), or to disable CLR exceptions and then re-enable them when done.
It's not possible to have the object's properties not throw exceptions, as they are lazy loaded and will throw when certain fields are not initialised.
3 votes -
Add new Language Type C# Auto
It might be possible to parse the query contents looking for a Main Block or an ; separator to determine if the query is to be treated as C# Expression, C# Statements or C# Program? If so, this would have the advantage that would can highlight and execute statements that happen to be in a 'C# Program' query (rather than having to copy them to another query window).
6 votes -
Connection Timeout option
I get timeout error if initialize Linq to Sql Connection at local sql server with many database inside. Please add a timeout option to it.
Thank you very much.
7 votes -
Add an option to set the default behavior for intellisense
i.e. Always Show Full List (or press Ctrl+Space or Ctrl+H). Currently you MUST press those keys to get a full list. It would be nice to have an option to show the full list every time.
6 votes -
ICustomTypeDescriptor
Test for implementations of ICustomTypeDescriptor and use that interface to display results if it's implemented
2 votes -
.Dump support for DataSets, DataTables, etc.
Like the title says add .Dump support for DataSets, DataTables, etc. ...all of the DataSet objects.
3 votes -
CTRL + mouse roll to resize Results pane
CTRL + Roll is great to resize the query window, being able to do the same in the results pane would be really useful also. With slightly complex queries the output in the Results pane 9although nicely formatted in the HTML) can be rather too big to view on a small screen. The option to resize would be a great help.
8 votes -
2 votes
-
Undock Results With or Without Second Monitor
My laptop is 1920 x 1200. I would like to have the Results undocked.
6 votes -
Provide a way to a attach VS2010 debugger
Likely due to running in a separate appdomain I cannot attach VS2010 to linqpad in order to debug my own code that linqpad calls.
8 votes -
Include navigation properties as cells in output, allow expansion of them after initial query
Many times after running an expensive query, I realize that there's one more navigation property that I want to see the results of following it. Currently that means rewriting the initial query enough to do so and then re-running the entire query.
The idea is that instead, when an entity/row is written to the output, it includes cells for the navigation properties as well (not just scalar ones) with those cells containing buttons, or links, or whatever such that the user can 'trigger' them while interacting with the results pane.
This would both prevent users from having to re-create and…
4 votes -
Provide a shortcut for inserting the text .Dump()
probably this one of the instructions you need most in linqpad
4 votes -
Web Repository of Linq Files public and private
Allowing synchronisation of our own files across machines - possibly via google docs. Dropbox might help here....
3 votes -
1 vote
-
Allow Interop
A simple window where Interop definitions can be pasted. These could then be referenced in the main window, methods could quickly be explored and tested.
6 votes -
CSD like in jGrasp
The Control Structure Diagram add visual symbol to code that makes the code much more easier to grasp for beginners. Such an implementation in linqpad would just rock!
3 votes -
Provide more information about thrown exceptions (dump message, stack trace, etc).
Provide more information about thrown exceptions (dump message, stack trace, etc).
0 votes -
Shortcut for Replace
Control-F is now used for Find & Replace. Adding Control-H for Replace would bring it in-line with Visual Studio. I first thought Replace was not implemented until I found it under Search
5 votes
- Don't see your idea?