ASP.NET Core Practice Test
ASP.NET Core Entity Framework Core 2
What does AsNoTracking() do in an EF Core LINQ query?
Select your answer
A
Returns entities without adding them to the change tracker, improving read performance
B
Disables lazy loading for the query
C
Prevents the query from being cached
D
Marks entities as read-only in the schema
Hint