1
Answer

how to insert data into many to many table using EF.

I have three tables
  1. Student
  2. Course
  3. StudentCourse
student table has already some data, course table has some data, now i want to assign a particular course to a student.But when i add data it creates a new row in the tables how to solve this??
Answers (1)