(#7) Model in MVC 5 | MVC Tutorial for Beginners in .net C#

185 views

Published by Learning Shala

Web Development

Published on 30 August, 2020
Category :

Programming / Coding, Web Development

About :

MVC Tutorial: Learn about Models in MVC 5.
In this video, we will learn what is a model in MVC 5 application. In MVC, a model is one of the main pillars and is responsible for data. Models are used to get data from multiple sources (database, in memory, etc..) and render this data on view.
In this video, we will learn how to add a model in MVC application. Then we will learn how to return a view with model from controller and render its data on view.

Timestamp
# Objective of this video 00:16
# What is Model 00:52
# Role of model in MVC 02:43
# Add a model in MVC application 03:21
# Return view with model 07:30

Playlist Videos
Related Videos