Asp.Net Core / DotNet Core MVC - How to implement the View Model | ViewModel

preview_player
Показать описание
How to implement the View Model | ViewModel..

In real-time applications, a single model object may not contain all the data required for a view. In such situations, we need to use ViewModel in the ASP.NET Core MVC application. So in simple words, we can say that a ViewModel in ASP.NET Core MVC is a model that contains more than one model data required for a particular view. Combining multiple model objects into a single view model object provides us better optimization.

.net core
.net core tutorial
.net 5
.net framework
.net tutorial
.net application

#aspnetcore #dotnetcore #csharp
Рекомендации по теме