ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Performance Optimization Quiz
Question 1 of 10
Score: 0/10
What does EF.CompileAsyncQuery do?
Compiles C# code into SQL at build time
Pre-compiles a LINQ query into a reusable delegate, skipping expression tree compilation on subsequent calls
Caches query results in memory for faster access
Converts a raw SQL string into a parameterized query
Check Answer
Previous
Next Topic