I am developing an MVC web application using Asp.net core 1.1 . I have a view, in that Product details will be shown. It has two types of products for example printer & scanner. Printer & scanner will have different models I have attached the json file for the same.
I need suggestion on below clarification
1) Model(Class) structure : How can i structure the model for this requirement in MVC. a)I need to get different categories of Printer model on selecting the printer.If i select one scanner type it should get details of that multiple models
2) Best way to cache data in ASP.net core MVC 1.1.
2) Azure File Shares: How can i structure the folder path in File share.Example. I want to get the different category of printer model details of printer Image shows the page with two tabs Printer and Scanner
Below is the jscon Structure of data. Json Structure of the Data
Please provide suggestion on best possible class creation . Should i create partial view for scanner and printer for add & edit functionality ?
Thanks in advance.