-
Re: Code sample for C# nutshell book 7th edition not in LINQPad paid.
Click "View/download more samples", and then choose the C# 7 in a Nutshell library.1 · -
Re: SQL Server Compact - Error The database file is larger than the configured maximum database size
There's an option in the connection dialog to specify the maximum database size. Set that to 4091 and it should allow for the largest database that CE can support.1 · -
Re: Unable to install pre-release packages from private NuGet server
I believe I've identified the problem. Try the latest LINQPad 6 beta: https://www.linqpad.net/LINQPad6.aspx#beta (If you already have an earlier LINQPad 6 beta, it will automatically update.) Let me …1 · -
Re: LINQPad6 - SQL Table not recognized - CS0246 The type or namespace name....
The collection is pluralized; the class name is singular. If you find this confusing, you can disable pluralization in connection properties. See the "5-minute induction" for more info.1 · -
Re: Unable to install pre-release packages from private NuGet server
This is possible if you search by ID. Type "id=…"1 ·