A lightweight code scratchpad for C#/F#/VB and database querying tool that supports both SQL and LINQ.
I recently purchased LINQPad in hopes that it would allow me to convert SQL statements into LINQ statements. Using LINQPad, …
linqpadI have a query below, but I want to perform an Include() to eager load properties. Actions has a navigation …
c# linq entity-framework linqpadDoes anyone have a complete list of LINQPad extension methods and methods, such as .Dump() SubmitChanges()
c# .net entity-framework linq-to-sql linqpadLINQPad is amazing, and particularly useful is the Dump() extension methods which renders objects and structs of almost any type, …
c# linqpadIs it possible to make internal classes from my assembly visible to other assemblies? I know about the AssemblyInfo file …
c# linqpad internalsTrying to learn Linq using LinqPad and getting frustated with how to start on it. Let's say I want to …
c# linq linq-to-sql linqpadI want to do something like this: from a in stuff let counter = 0 select new { count = counter++, a.Name }; But …
linq linqpadAs I was investigating the difference between Include and Join I found that : If the DB does not include a …
c# linq entity-framework .net-4.0 linqpadHi I am looking forward to learn Linqpad. Can anybody tell me if there is any e-book or tutorial site …
linqpadI am often comparing data in tables in different databases. These databases do not have the same schema. In TSQL, …
c# linq linq-to-sql datacontext linqpad