ASP .NET Core MVC Entity Framework – add data into many-to-many relationship – Asp.net
I would like to insert data into TripApplicationUser table - to save that for example that Jake has enrolled for a trip to London. The table is in my SQL Server in Visual Studio. It has 2 columns: TripId and…