2 results found
-
Add the Expression Tree Visualizer
The Expression Tree Visualizer is a fantastic tool to shed some light on exactly what happens when an expression tree is invoked. It's especially useful when building your own from scratch, and some visibility on how LINQ does it would be a real bonus!
50 votesAre you aware that you can call .Dump() on an expression? The output is not exactly the same as the Expression Tree Visualizer, but it conveys much of the same information. Is there anything missing from what you see that you’d like added? Or anything that you’d like changed?
-
Allow definition of symbol for configured database connections
It would be useful if I could define a symbol in a database connection.
I would then expect that I'd be able to define either conditional extension methods in the "My Extensions.linq" file, which would then be conditionally built based on the database I'm connecting to (and thus could potentially reference/use the types from that connection).
An alternative/secondary thought - is a way of linking/specify a base query (basically just a way of ensuring @load is done) for any a db. That way any time I'd start a new linq query, it would either automatically add the @load line -…
3 votesI like that! A list of scripts to auto-#load would be very useful and create flexibility.
- Don't see your idea?