-
Re: Linqpad 7 mac support
LINQPad 7 will not support MacOS. It will natively support ARM64 hardware, but on Windows only. (View Post) -
Re: Why is there no set Class on Controls?
Isn't that what the Styles property does? (View Post) -
Re: Price of upgraded license upgrade to V7 is higher than non-upgraded version?
You probably purchased B more recently than A. If you purchase a license relatively close to an upgrade becoming available, a bigger discount is applied. (View Post) -
Re: Change display delay (in Dumpcontainer) between each step of a loop in real time
Given that your query is synchronous, you must set the IsMultithreaded property on the buttons to true if you want their click events to fire while the query is still running. Keep in mind that event… (View Post) -
Re: Is LINQPad worth it?
If it helps, 80% of the queries that I see use no database at all. LINQPad is used mainly for scripting and automation, exploring APIs and playing with NuGet packages, testing ideas, and writing code… (View Post)