Learn how to build a fullstack project in Asp.Net Core. I will teach you how to build a trip log web application that utilizes a ViewModel and TempData.
A ViewModel is like the middleman between the UI and the Model. Its main job is to prepare and manage the data that the UI needs to display. It acts as a bridge between the UI and the data source.
TempData is a way to pass data from one request to another, but with a short lifespan.