AddDbContext vs AddDbContextPool vs AddDbContextFactory in EF Core
Choosing the wrong DbContext registration can create problems that look like database bugs, concurrency issues, or dependency-injection errors.
The three common EF Core registrations are:
AddDbContex
salahrzzaz.hashnode.dev6 min read