ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Querying Data with LINQ Quiz
Question 1 of 10
Score: 0/10
What is the key difference between IQueryable<T> and IEnumerable<T> in EF Core?
IQueryable is faster because it uses parallel processing
IQueryable builds an expression tree that translates to SQL; IEnumerable processes data in memory
IEnumerable can be used with databases; IQueryable cannot
There is no difference; they are interchangeable
Check Answer
Previous
Next Topic