-
Re: No usable .NET assemblies in NuGet package
The new beta build is now out: www.linqpad.net/beta.aspx1 · -
Re: NuGetVersionNotSatisfiedException
I plan to release another beta shortly, then hopefully it can go RTM a few weeks after that.1 · -
Re: Can't use .Where or .Select with stored procedure call?
The easiest way to accomplish this is to call .AsDynamic() on the return data set: spCustomers().AsDynamic().Where (x => x.Name.StartsWith ("T")) AsDynamic is an extension method built i…1 · -
Re: Linqpad - is VB as easy as C#
Try an online C#-to-VB converter, such as this: http://converter.telerik.com/2 · -
Re: How to enable HyperLinq in Data Grid output
Thanks for reporting - this will be supported for the next beta build.1 ·