-
Re: New Laptop
Connection information is stored in a file called ConnectionsV2.xml in %appdata%\linqpad. If you copy over that file, your connection info will be copied, too. (View Post) -
Re: Grouping of tables in LINQPad
It's grouping them by schema. If you expand the "Tables" node in SSMS, you'll see something similar, except that it expands all of the schemas at once and prefixes each of the tables by the… (View Post) -
Re: Not all navigation properties are shown
I can't think of a reason that would happen. If you can provide a schema that can reproduce the problem of navigation properties not showing, I can look into it. However, it's not always possible for… (View Post) -
Re: Highly Type object to Util.Compile error
Are you saying that it works fine if you define TestObject in My Extensions? If so, this is expected behaviour. The class needs to be available to both queries, and it has to be (numerically) the sam… (View Post) -
Re: Do Aspect Oriented Programming using PostSharp (IL Weaving)
It looks like PostSharp relies on some MSBuild magic to invoke an executable to instrument the target assembly after compilation. LINQPad doesn't use MSBuild - it just compiles C# code with reference… (View Post)