ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
LINQ Quiz
Question 1 of 10
Score: 0/10
What does 'deferred execution' mean in LINQ?
The query runs in a separate thread
The query doesn't execute until you iterate or call ToList/ToArray
The query is cached for later use
The query runs asynchronously
Check Answer
Previous
Next Topic