Top "Linqpad" questions

A lightweight code scratchpad for C#/F#/VB and database querying tool that supports both SQL and LINQ.

How to declare variables and use statements in LINQPad?

Do you know how to declare variables in LINQPad in order to hold the query result and use it later …

linqpad
LINQPad in Visual Studio

public static class Extensions{ public static void Dump<T>(this T o) { } public static void Dump<T&…

c# .net visual-studio linqpad
Is there any program like LINQPad for Java?

I've found LINQPad to be extremely useful when answering StackOverflow questions for C# or VB.NET. It allows me to …

java ide linqpad
Connect LinqPad to WCF webservice with ?wsdl URI query

I want to connect LinqPad to a WCF web service which exposes its WSDL information at a URI of the …

web-services wcf wsdl linqpad
How to debug LinqPad query in Visual Studio Debugger?

I can attach the debugger and get it to break - but it has trouble finding the .cs file, I …

visual-studio debugging linqpad
LINQPad and Oracle

Does LINQPad work with Oracle? Has anyone tried? What do you suggest?

oracle linqpad
How can I connect to MySQL via LinqPad?

I hear you can install a MySQL plugin, but where can I get that?

mysql linqpad