News

Because I'm generally writing LINQ. You can use LINQPad to write ad-hoc queries and verify they do what you think without having to do the compile/load/test dance.
Does 3.23 support derived tables (aka inline views)? If so, plug the SELECT statement that would have generated the temp. table directly into your main query, and Bob's your uncle.