I'm interested in using AsNoTracking with my LINQ select queries to improve performance. I'm using Entity Framework 5 with Code First.
However, all of my queries are written using LINQ Query syntax and all of the AsNoTracking examples are shown using the Method syntax. I'm aware that AsNoTracking was created for the Method syntax but how do I achieve the same thing with the Query syntax?