Using multiple ASP.NET Core MVC models in a view
In my ASP.NET Core MVC app, I have a registration page, it uses a model class. I am using Dapper for database connectivity. The form works well, no issues. I need to add another model so that I can display some more information about the product in the sidebar.