Mysql – Can't force EF to use plural name for table
I have a Subject class and a Course class. They are in a many-to-many relationship so I also have a CourseSubject class with navigation properties and id properties to the other two classes. I can now read subjects and courses…