-
Re: Util.Cache seems not cache things when Query canceled before it finish
Yes, this is by design. In order to initiate a hard cancellation, LINQPad must kill the process, and so you lose your cache. If you don't want to lose your cache, add the following line of code to yo… (View Post) -
Re: LINQPad 8 early preview now available
@JeffMercado - the buffer is now much larger. (View Post) -
Re: GitHub Copilot integration?
Azure's OpenAI works just as well; the only downside is that you need to apply for access. (View Post) -
Re: ExecuteUpdate and ExecuteDelete
Note that the "Active Directory Interactive" connection string option is a practical solution only if the credentials are managed by Windows Single-Sign-On (otherwise it will keep re-prompt… (View Post) -
Re: Antivirus Performance Test
The next LINQPad beta will support Windows Dev Drive. Stay posted! (View Post)