-
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) -
Re: Roadmap for cross platform (ubuntu/linux)?
@urza - Assuming MAUI delivers the x-platform desktop UI features needed for LINQPad, support for macOS is likely to come before Linux. @wocar and @Dluk - I've added an exception handler around the c… (View Post)