Using Multiple EF Core DbContexts In a Single Application
Entity Framework Core (EF Core) is a popular ORM in .NET that allows you to work with SQL databases. EF Core uses a DbContext, which represents a session with the database and is responsible for tracking changes, performing database operations, and m...
milanjovanovic.hashnode.dev5 min read