Layout view in asp net core mvc

preview_player
Показать описание
In this video we will discuss, Layout View in ASP.NET Core MVC

Text version of the video

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.

Slides

ASP.NET Core Text Articles & Slides

ASP.NET Core Tutorial

Angular, JavaScript, jQuery, Dot Net & SQL Playlists
Рекомендации по теме
Комментарии
Автор

This is the most in-depth course that I have found on YouTube regarding MVC.

ninjaskter
Автор

Thank you Venkat, you are the G.O.A.T

DTGill
Автор

For Visual Studio users; Highlight everything and press SHIFT+TAB to fix indentation.

michigansafetyproducts
Автор

I'm so happy to learn a new concept 🥰

InamiLanzhu
Автор

very nice video. Proud to say that best .net videos in entire youtube and course sites is Of my fellow Indian like you.Good work venkatsir!

nimeshambalalpatel
Автор

Great Job! I hope that you will the same deep, detailed and clean with Security (authentication (in corp AD and Internet ways) and user and role access) and Validation (especially client side validations types - unobtrusive and so on (jquery) ). These topics very hard to find in good explanation! Good luck!!!

vladnik
Автор

If you want all your pages to align with the navbar container, it would be best to also wrap the body in a container.

<div class="container">
@RenderBody()
</div>

Otherwise, all of your pages will be stretched out beyond the navbar.

JayFuzzyBug
Автор

Hii Venkat I want to know that is certification is available for free courses also on Pragim Tech

ty__komalsingh
Автор

Thank you! How to do pagination, sorting, bundling and minification? Please include this tutorial also.

tothedust
Автор

I thought ViewBag is used only to pass the data from controller to view. Can it be used to send the data from view to view as described in this video?

deepakha
Автор

In the video page employeelist the title is not coming and in the page source the title is displayed....i have tried but am not getting title in any of the two pages....can you please help on that

hverma
Автор

an example or demonstration of how the multiple layouts for say... Customer, employees and admin could be implemented, would be usesful

honeytrippers
Автор

Sir There is an error in the Application as it Shows >- InvalidOperationException: The layout view could not be located. The following locations were searched:
~/views/Shared/_Layout.cshtml


This error is Shown to me in The Browser

jattfauji