2
Answers

Creating Many to Many with EF IdentityUser

Dave Bell

Dave Bell

1y
638
1

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)