How does LINQPad reference other classes, e.g. Books in the LINQ in Action samples

If you right click in the code editor in LINQPad and choose Advanced Query Properties, there are two dialogs: Additional References and Additional Namespace Imports. 1) In Additional References, choose Add then click Browse and navigate to your custom assembly. 2) Then, in Additional Namespace Imports, type the namespaces you want to import from that … Read more

LINQPad [extension] methods [closed]

LINQPad defines two extension methods (in LINQPad.Extensions), namely Dump() and Disassemble(). Dump() writes to the output window using LINQPad’s output formatter and is overloaded to let you specify a heading: typeof (int).Assembly.Dump (); typeof (int).Assembly.Dump (“mscorlib”); You can also specify a maximum recursion depth to override the default of 5 levels: typeof (int).Assembly.Dump (1); // … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)