What is the best way to do this? Typically when I create a Query in SQL I create it in the designer of visual studio and I run it multiple times to see my results....
Is there such a thing for Linq-to-Entities?
What is the best way to do this? Typically when I create a Query in SQL I create it in the designer of visual studio and I run it multiple times to see my results....
Is there such a thing for Linq-to-Entities?
Entity Profiler has been a great product we have used to profile our Entity Framework generate SQL queries.