In this video will discuss what is ViewModel in asp.net core MVC. when to use ViewModel in asp.net MVC
►Text Version: https://www.tutorialsstar.com/asp-net...
► ASP.NET Core Video Tutorials: • ASP.NET Core Tutorials
► Join us on telegram: https://t.me/gtechfluent
ViewModel is a class that works similarly to the Strongly Typed Model.
A ViewModel in ASP.NET CORE MVC application is a model which has more than one model data required for a particular view and this is called a ViewModel in MVC.