-
Re: New LinqPad user help.
How about applying the mentioned fix first and then running it through the converter? (Also, the data you posted is missing the necessary xml markup) Edit: It's great to start with "a simple que… (View Post) -
Re: Connect To SQLEXPRESS
Connect to .\SQLEXPRESS instead. This is the default data source if localdb is not installed. (View Post) -
Re: Dump only part of an Object
I'd vote for the Dump(Func<TInput, TOutput> selector) override as proposed by @Tormod and @markhurd (View Post) -
Cannot select text using CTRL-A in some text boxes
As mentioned earlier here: http://forum.linqpad.net/discussion/comment/1926/#Comment_1926I also noticed that the "Additional connection string parameters" textbox doesn't allow the text to … (View Post) -
Re: Cast fails on data from the Appdomain if anything changes in the .linq code
As a workaround, and preferably, you could use Util.Cache() or the .Cache() extension method for exactly this purpose. (View Post)