Good morning. In my project (C # MVC), I need to query with three tables, being:
TabCollection 1 - N TabVolume and TabVolume 1 - N TabAuthor
Example:
IneedtodisplaytheViewasfollows:
The first difficulty is to create this query, where a collection can have n volumes, and each volume can have n authors. I'm using Entity Framework and Linq.
The second difficulty is the presentation in the View. How to work with this data in View and / or Partial Views.
Thank you very much for any help.
Carlos