ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Integrating Entity Framework Core Quiz
Question 1 of 10
Score: 0/10
Why is DbContext not safe to use with the default scoped DI lifetime in a HotChocolate GraphQL server?
DbContext does not support dependency injection
HotChocolate resolves sibling fields in parallel, causing multiple threads to access the same scoped DbContext
Scoped services are not disposed correctly in GraphQL
DbContext can only be used with SQL Server
Check Answer
Previous
Next Topic