
How to turbocharge your Entity Framework queries - Part 3
Note:  This assumes you have read and understood the fab articles How to turbocharge your Entity Framework queries - Part 1  and Knowing the difference between IEnumerable<T> and IQueryable<T> . If not, please read them first.
It is important to understand where your code is executed when querying with Entity Framework, as this can make a big difference to the time required to execute your queries.