Dave Bell

Dave Bell

  • NA
  • 108
  • 8.6k

Creating Many to Many with EF IdentityUser

Mar 29 2023 2:11 AM

I want to create a Many to Many relationship with Student table and IdentityUser table that EF provides. I created a Teacher Entity and Injected "IdentityUser". Below are the entities now -

1. Student
2. Teacher : IdentityUser
3. StudentTeacher

Any guides on how to do it?


Answers (2)