I came across this very intuitive article in CodeProject. This article explains how to pass multiple models in a view using ASP.NET MVC4, describing the pros and cons of these approaches and with a sample demo project as well.
- ViewModel
- Partial View
- ViewBag
- ViewData
- TempData
- Tuple
Link to Code Project Articles:
I found it very helpful as I am on the verge of building a ASP.NET MVC project and am diving into its nitty-gritty details.
Hope it helps you too! 🙂