Skip to content

Testing Entity Framework Core many to many CRUD in ASP.Net MVC Core.

Notifications You must be signed in to change notification settings

coccor/EFCoreMany-to-many

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EF Core many-to-many

Testing Entity Framework Core many to many update in ASP.Net MVC Core.

The scenario is:

  • Schools have many Students.
  • Students have many Courses.
  • Courses have many Students.

So we have a one-to-many relasionship between School and Students and a many-to-many relationship between Students and Courses.

We should be able to create and edit a school with students and courses in the same view.

About

Testing Entity Framework Core many to many CRUD in ASP.Net MVC Core.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors