-
Re: Latest version and its release date
5.26.01 was released in November 2017.1 · -
Re: How does LINQPad handle MDF files?
This is a feature of SQLExpress (and localdb). You can specify the name of a database to which to attach when creating a connection, without needing to register the database in advance.1 · -
Re: How does LINQPad handle MDF files?
Right-click the connection and choose Properties. What does it say under 'Server', 'Logon details' and 'Database'?1 · -
Re: NuGet problem (net471 profile)
Try now: http://www.linqpad.net/download.aspx#beta1 · -
Re: Alternate odd/even background color rows for Customing Dump Output
Or if you just want to activate this with specific queries:Util.RawHtml ("<style>tr:nth-child(even) {background:#f2f8ff}</style><style>tr:nth-child(odd) {background:#fff}</s…1 ·