0
Good morning. In my project (C# MVC), I need to make a query with three tables, being:
Tabcolecao 1 - N Tabvolume and Tabvolume 1 - N Tobacconist
Example:
I need to present the View as follows:
The first difficulty is to create this query, where a collection can have n volumes, and each volume can have n authors. I am using Entity Framework and Linq.
The second difficulty is the presentation in the View. How to work this data in View and/or Partial Views.
I really appreciate any help.
Carlos
Two important questions: 1. You navigation properties in models? 2. Have you heard of Begincollectionitem?
– Jéf Bueno
No. I haven’t heard of Begincollectionitem. I’ll look it up. Thank you.
– Carlos AC
Apostille K19 - "K32 - Web Development with ASP.NET MVC" responds well to what you need, very fast to read and hold! Click here to download!
– Daniel Pohlmann
Thank you for the indication.
– Carlos AC