Guest MemberLanguage   English
.NET & C# · Entity Framework Core

How would you answer an interview scenario involving DbContext and DbSet in Entity Framework Core?

AdvancedUpdated 2026-08-09

Explain why DbContext is normally scoped per HTTP request and how a background service should create its own scope.

#entity-framework-core#dbcontext#dbset