In the lower left corner of LINQPad, there is an area for display queries. One tab is My Queries and another one for Samples. I could not find a way to add more than one folder like in My Queries, jus
How can I use linqpad with code only in ef 4. I mean how to reference met开发者_运维知识库adata when there is no edmx file?I think LINQPad will need to be updated to support this feature. Have you tr
Maybe I\'m missing something obvious, but I how can I view the expression tree for this query: from word in \"The quick brown fox jumps over the lazy dog\".Split()
Do you know how to declare variables in LINQPad in order to hold the query result and use it 开发者_开发知识库later in multiply queries?
Using LINQPad, I am trying to test a few snippets with my own C# objects, which are written in .NET 4.0 (Beta 1) using VS2010 B1. When I try to use it, I get the following message in LINQPad: