-
Re: The intellisense of LINQ extension methods cause bad coding experience
I'll look in this. In the meantime, you can work around this either by pressing Enter instead of Tab, or after you press Tab, press Ctrl+Z instead of delete and backspace. (View Post) -
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)