Sections in layout page in ASP NET Core MVC

  Рет қаралды 122,521

kudvenkat

kudvenkat

Күн бұрын

Пікірлер: 42
@salomonks-francais6752
@salomonks-francais6752 5 жыл бұрын
Thank a lot. You taugh me in minutes what my teacher from my University couldn't in years. You deserve more views and likes.
@CAPS_AMERICA
@CAPS_AMERICA 2 жыл бұрын
I got the information here I cannot find in so many videos here in YT and other tutorials! Venkat's channel is really amazing even after all these years!
@lazarstevanovic1286
@lazarstevanovic1286 5 жыл бұрын
You are awesome, thank you for your effort. God Bless you, Venkat.
@muaaznaeem3528
@muaaznaeem3528 4 жыл бұрын
Sir ...you are a blessing really.
@MuhammadRizwan-sk5ot
@MuhammadRizwan-sk5ot 5 жыл бұрын
Thank you very much Venkat...Your way of teaching is very nice and easy to understand for beginner and expert both...can you make tutorials on Xamarin in c# in Next session??
@krishnakumara2621
@krishnakumara2621 5 жыл бұрын
Sir...Thanks a ton for your amazing tutorials. I am big fan of yours. May I request you to please teach us Domain Driven Development (DDD) and Onion Architecture. Thanks. May GOD Bless You!!
@adanir6080
@adanir6080 5 жыл бұрын
Hey, anyone know shortcut for that 3:33 curly bracket jump down over line?
@nileshsawant6160
@nileshsawant6160 5 жыл бұрын
Great tutorials...Thank u so much sir...
@kazuha7021
@kazuha7021 4 жыл бұрын
2:40 this exception took me like an hour to figure it out myself I wish I have watched this video earlier...
@Uzair_Anwar2299
@Uzair_Anwar2299 4 жыл бұрын
Appreciate your work❤️❤️
@yasirirfan5262
@yasirirfan5262 8 ай бұрын
Keep it up.
@MuhammadRizwan-sk5ot
@MuhammadRizwan-sk5ot 5 жыл бұрын
I am greedy to learn Xamarin using C#..and there are no such suitable tutorials for Xamarin on youtube..therefore I say you to Make Xamarin tutorials just for the beginner not required very internal details.Thanks
@coolwaterdvr
@coolwaterdvr 5 жыл бұрын
Thanks Venkat.
@InamiLanzhu
@InamiLanzhu 2 ай бұрын
love it
@anuragmohanty1238
@anuragmohanty1238 3 жыл бұрын
superb
@vivekv4250
@vivekv4250 5 жыл бұрын
Thank you sir...
@PierrePutter
@PierrePutter 3 жыл бұрын
It is funny to see the Views decline as the videos progress, according to my calculations more then 200 000 people have given up.
@mallikaramaswamy8496
@mallikaramaswamy8496 5 жыл бұрын
Very helpful videos...Thanks a lot...How to use Configuration Section as in config files (For Example
@mallikaramaswamy8496
@mallikaramaswamy8496 5 жыл бұрын
working now ...create a App.config ( instead of XML) to ==> var builder = new ConfigurationBuilder().AddXmlFile("app.config", optional: false, reloadOnChange: false);
@AshutoshKumar-kt1dd
@AshutoshKumar-kt1dd 5 жыл бұрын
Great
@RachitJain4U
@RachitJain4U 3 жыл бұрын
Thanks a lot :)
@jobayerrifad544
@jobayerrifad544 5 жыл бұрын
what if we just drag and drop that js reference to only our desired view pages instead of using rendersection?
@raghvendrasinghlodhi9498
@raghvendrasinghlodhi9498 4 жыл бұрын
Thanks for the tutorial... why Title of Index view i.e. "Employee List" is not showing
@tt9378
@tt9378 5 жыл бұрын
I could not find wwwroot and found other people suffer the same issue. Try adding a new folder to the project and call it wwwroot. It should take on the appearance with the proper icon and work as expected. This always happens to me with .NET Core web apps when I use the empty project template. This is occurring in VS 2017 v15.9.3.
@ZAGGNUT1
@ZAGGNUT1 5 жыл бұрын
I actually deleted my wwwroot, when i went to add a new folder it didnt have that special globe icon. But it didnt matter. Also, upon reloading VS, it rendered with correct icon.
@iswaryas5800
@iswaryas5800 5 жыл бұрын
Hi venkat.. I need to create a login page using .net identity concept where user will b able to login based on roles. Kindly assist.. plz
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
Sure Iswarya - We will discuss this in our upcoming videos.
@suhagpatel4146
@suhagpatel4146 5 жыл бұрын
Hi Sir, How to use store procedure in Asp.net core and Is it possible to update model from database using Migration process in .net core? Thanks in Advanced
@shahidwani6445
@shahidwani6445 5 жыл бұрын
Thank you Sir
@Uzair_Anwar2299
@Uzair_Anwar2299 4 жыл бұрын
What about the css file. Can we define section for CSS.
@tanojsai8636
@tanojsai8636 5 жыл бұрын
please make a video on identity in asp.net core
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
Sure Tanoj - We will cover identity in detail in our upcoming videos. Please stay tuned.
@ymtan
@ymtan 5 жыл бұрын
I don't understand what do you mean a section can be optional or mandatory Could you kindly please explain ?
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
If the required parameter of RenderSection() method is set to false, the section becomes optional. If a section is optional, the individual views has the option not to define and specify the content for that optional section. @if (IsSectionDefined("Scripts")) { @RenderSection("Scripts", required: false) } If the required parameter of RenderSection() method is set to true, the section is mandatory. When a section is mandatory, every individual view has to define and specify the content for that mandatory section. Otherwise we get an error.
@ymtan
@ymtan 5 жыл бұрын
Thank you very much for the clarification. Could you also kindly please respond to my question in Part 19 - ASP.NET Core dependency injection tutorial ?
@salmanchowdarym1110
@salmanchowdarym1110 5 жыл бұрын
Thanks
@atlasshahzad1
@atlasshahzad1 5 жыл бұрын
please share a link grid view display horizontal all data at run time with column.
@Csharp-video-tutorialsBlogspot
@Csharp-video-tutorialsBlogspot 5 жыл бұрын
Hi Atlas - Here is our GridView Tutorial. Hope this helps. kzbin.info/aero/PL6n9fhu94yhW1NryGv6LxX4U4b07T4RlI
@kumarshrey209
@kumarshrey209 3 жыл бұрын
28 April 2021
@nothingimpossible8069
@nothingimpossible8069 5 жыл бұрын
Hi
@asaad1985v2
@asaad1985v2 5 жыл бұрын
thank you sir....
ViewStart cshtml in ASP NET Core MVC
5:58
kudvenkat
Рет қаралды 127 М.
Routing in ASP NET Core MVC
12:01
kudvenkat
Рет қаралды 192 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Baseline and Actual Tracking by Conditional Formatting in Excel Part 3
5:04
Project Management Solutions
Рет қаралды 54
Layout view in asp net core mvc
9:35
kudvenkat
Рет қаралды 139 М.
THIS is how you use Partial Views in ASP.NET Core 6
10:06
tutorialsEU - C#
Рет қаралды 35 М.
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 105 М.
asp.net core MVC crud Pagination
23:17
CodeS
Рет қаралды 59 М.
AddSingleton vs AddScoped vs AddTransient
15:23
kudvenkat
Рет қаралды 218 М.
ASP NET Core dependency injection tutorial
9:28
kudvenkat
Рет қаралды 434 М.
How to create RESPONSIVE Layouts with CSS GRID
11:04
Coding2GO
Рет қаралды 81 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.