ViewModel in ASP.NET CORE MVC | ASP.NET CORE

Опубликовано: 25 Март 2026
на канале: Coding Learning Hub – Learn Step by Step
5,889
41

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.