Views in ASP NET Core MVC



In this video we will discus, what is a View and it’s role in the MVC design pattern.

Text version of the video
https://csharp-video-tutorials.blogspot.com/2019/03/views-in-aspnet-core-mvc.html

Healthy diet is very important for both body and mind. We want to inspire you to cook and eat healthy. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking.
https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation=1

Slides
https://csharp-video-tutorials.blogspot.com/2019/03/views-in-aspnet-core-mvc-slides.html

ASP.NET Core Text Articles & Slides
https://csharp-video-tutorials.blogspot.com/2019/01/aspnet-core-tutorial-for-beginners.html

ASP.NET Core Tutorial
https://www.youtube.com/playlist?list=PL6n9fhu94yhVkdrusLaQsfERmL_Jh4XmU

Angular, JavaScript, jQuery, Dot Net & SQL Playlists
https://www.youtube.com/user/kudvenkat/playlists?view=1&sort=dd

View in MVC

1. Contains the logic to display the Model data provided to it by the Controller.

2. A view is an HTML template with embedded Razor markup.

3. A view file has .cshtml extension if the programming language is C#.

Comments are closed.