Good Day! First time asking my own question after 20 years of programming. I usually just reference existing posts. Anyway, as I get a little older now I guess I am getting lazy. So fairly new to MVC and .NET CORE. I am using Entity Framework to an existing database. I was looking for Microsoft's recommended approach to a Master Detail Form using MVC and Entity Framework.. For example lets use a Person or Contact that has 1 to many addresses and 1 to many Roles. So the Master would be the Person and the Detail tables would be Addresses and Roles. Let's say we wanted to have those Detail Forms in tabs on a web page below the Person Details. Any existing Examples out there? I have seen a few different ways, but none from Microsoft.
Warm Regards,
Chris