-
Re: Very beginer level __ User input __
In LINQPad, there is also a convenient shortcut for this:var n = Util.ReadLine<int> ("How many numbers?"); n.Dump();2 · -
Re: Group multiple dump outputs
You could write something like this in My Extensions: http://share.linqpad.net/nqj4r2.linq1 · -
Re: Getting connection information in query
I've just uploaded a new beta with a static property that will return the current data context driver (DataContextDriver.Current). You can use the Name property of the data context driver to determin…2 · -
Re: Using Util.Cache()
Go to Help | What's New and search for Cache - there are a number of examples to get you started. Let me know how you get along! Joe1 · -
Re: Please add JIT asm tab
Yes, that would be nice. I'll look into how easy it will be. The file you mention is part of a project with a complex web of dependencies, though, so it may not turn out to be practical.1 ·