- Published on
- Authors
- koskila
How to run EF Core commands when your entities are in a different project from your dbcontext?
This article explains how to achieve that nice configuration where you can reuse your .NET EF Core (Entity Framework Core) entities in different projects - even being separate from the project holding your DbContexts!...