-
Re: OOM + 32-bit LINQPad - should suggest/link 64-bit LINQPad ?
Good call - I'll add this to the next build. (View Post) -
Re: C# keywords Capitalised
Can you provide a step-by-step repro? (View Post) -
Re: favourite db connections
When adding a connection, would it help it you chose a specific database rather than clicking "Show all in treeview?" (View Post) -
Re: receiving strongly-typed results from other scripts?
You can also have the query that you call return a value, like this: DateTime Main () { return DateTime.Now; } and then get to it from another query as follows: (DateTime) Util.Compile ("myquery… (View Post) -
Re: LINQPad 4.55.03 main process consumes > 1GB RAM over 72 hour period
The main change since the older versions is process isolation for queries. In case this is factor, you could try disabling it in Edit | Preferences | Advanced. Let me know the result. Thanks (View Post)