Top "Linqpad" questions

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

How to add a reference to an assembly in LINQPad to access custom types?

Is there a posibility to add a reference to an assembly in LINQPad? I have some types in my assembly …

.net linqpad
Is there a LINQPad equivalent to a DataContext class?

I've just begun using LINQPad and so far I like it but most tutorials I have come across for LINQ …

linq linq-to-sql linqpad
How to submit changes in LinqPad

I have a problem with committing changes in LinqPad. I am using Oracle database over IQ driver in LinqPad. I …

c# oracle linqpad
Is it possible to run LINQPad with Mono (Mac)

I have installed Mono 2.6.7 in Snow Leopard and would like to run LINQPad. I've gotten LINQPad (v2.21) to start but …

linux mono windows-subsystem-for-linux linqpad
LinqPad Linq Include() extension method is not found even after adding references

I am able to do var result = OAS_Questions.Count (oasq => oasq.Id!=0); result.Dump(); and even var result = …

.net entity-framework linq linqpad
Cast string as Guid using LinqPad

When I run following in the LinqPad var ProductIds = from p in Products where p.Id = "F1FE990C-4525-4…

c# linq linq-to-sql linqpad
Connect LINQPad to remote SQL Server

Disclaimer: I understand the question is very basic, but I could not find the answer in Google or here, and …

sql-server-2005 database-connection linqpad
Canonical Console.WriteLine in LinqPad

Linqpad's souped-up Console.WriteLine is awesome. However, how can I do a standard Console.WriteLine of an object?

linqpad
Is it Possible to call a Stored Procedure using LINQ in LINQPad?

In visual studio you have the nice designer that encapsulates a stored proc with a nifty little method. I totally …

c# linq stored-procedures linqpad
How can I Dump() a Newtonsoft JObject in LinqPad?

In LinqPad, trying to call .Dump() on a Newtonsoft JSON.Net JObject yields an exception: RuntimeBinderException: 'Newtonsoft.Json.Linq.JObject' …

c# json linqpad json.net