LyraLearn AI Learning Platform
Exams
← Back to the lesson
Module 5 Β· Quiz

Querying Well

1. What does `IQueryable` represent in Entity Framework?
2. What is the primary purpose of using the `Select` method before materializing a query?
3. What is the consequence of lazy loading in a loop over multiple entities?
4. What does the `AsNoTracking()` method do in Entity Framework?