Entityframework core 2.0 how to map Many-to-Many without creating a join table
问题 I am trying this activity to clone from existing .edmx project to code first. I have two entities. I want to have many to many relation without creating a new table. I am using EF Core 2.0 code first approach. Please find below the entity i have created. I am not sure whether is this is the right way to do this. I would like to have the foreign key column on both the tables ie. WorkflowId and WorkCaseId on WorkCase and Workflow tables respectively. public class WorkCase { [Key] public int