-
Re: Shift-F1 (Reflector) option missing in LinqPad 5
It got lost in the Roslyn re-write. It is fair bit of work to re-code, and I'm guessing there are fewer Reflector users now than in the past, given that two free alternatives are available. It doesn'…1 · -
Re: Feature Idea: Import Connection from exisiting Connection String (and export)
LINQPad lets you import from an existing connection string. If a valid connection string is in the clipboard, it will automatically populate the appropriate fields when you add a new connection in LI…3 · -
Re: Calling Dump() several times on the same object instance not working as expected
You're using 'Dump to Grids' mode, right? If so, this is the correct behavior. Dump to grids shows a datagrid that runs in your own process, so it shows the data in its final form. It does not do a '…1 · -
5.0.9 beta is not Authenticode signed
The 5.0.9 beta has now been released but is not Authenticode-signed. Sorry for the inconvenience - I'm overseas at the moment and am not set up with a certificate.1 · -
Re: Opening dbs with large designs
You can create a typed data context in Visual Studio and then consume that in Visual Studio. You can use either LINQ to SQL or Entity Framework. After creating your data context in VS, compile the as…1 ·