I have two model classes, each is a table in a database. One model is called \'Clothes\' and the other \'Shoes\'.
I want to display the contents of each table in the sa
I have found this article very interesting :
https://workspaces.codeproject.com/user-10826818/using-multiple-models-in-a-view-in-asp-net-mvc-4
It presents different ways to send multiple models to a view :