A lightweight code scratchpad for C#/F#/VB and database querying tool that supports both SQL and LINQ.
Is there a posibility to add a reference to an assembly in LINQPad? I have some types in my assembly …
.net linqpadI've just begun using LINQPad and so far I like it but most tutorials I have come across for LINQ …
linq linq-to-sql linqpadI have a problem with committing changes in LinqPad. I am using Oracle database over IQ driver in LinqPad. I …
c# oracle linqpadI 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 linqpadI am able to do var result = OAS_Questions.Count (oasq => oasq.Id!=0); result.Dump(); and even var result = …
.net entity-framework linq linqpadWhen I run following in the LinqPad var ProductIds = from p in Products where p.Id = "F1FE990C-4525-4…
c# linq linq-to-sql linqpadDisclaimer: I understand the question is very basic, but I could not find the answer in Google or here, and …
sql-server-2005 database-connection linqpadLinqpad's souped-up Console.WriteLine is awesome. However, how can I do a standard Console.WriteLine of an object?
linqpadIn visual studio you have the nice designer that encapsulates a stored proc with a nifty little method. I totally …
c# linq stored-procedures linqpad