Perform Master Detail CRUD operations in AspNet Core (Part 2)

In the previous part of this article series you were introduced to the sample application we are building. You also created the EF Core model consisting of Team, TeamMember, and AppDbContext classes. In this part we will add TeamsController to the web application perform CRUD operations on the Teams table. Open the same project that we created in the previous part and add two enumerations to the Models folder named DataDisplayModes and DataEntryTargets.

http://www.binaryintellect.net/articles/624c0da9-9f96-44bc-bb18-7df19887c3f9.aspx