This is the most in-depth course that I have found on KZbin regarding MVC.
@Csharp-video-tutorialsBlogspot4 жыл бұрын
Hello Ninjask8ter - Thank you very much for the feedback. Means a lot. I have included all the .NET core tutorial videos, slides and text articles in sequence on the following page. Hope you will find it handy. www.pragimtech.com/courses/asp-net-core-mvc-tutorial-for-beginners/ When you have some time, can you please leave your rating and valuable feedback on the REVIEWS tab. It really helps us. Thank you. Good luck and all the very best with everything you are doing.
@michigansafetyproducts14465 жыл бұрын
For Visual Studio users; Highlight everything and press SHIFT+TAB to fix indentation.
@nikhiltiwari63245 жыл бұрын
or Ctrl+K+D
@Abhimanyukumar-vb8bz4 жыл бұрын
Thank You....Exactly what what I was searching for.
@InamiLanzhuАй бұрын
I'm so happy to learn a new concept 🥰
@DTGill285 жыл бұрын
Thank you Venkat, you are the G.O.A.T
@nimeshambalalpatel30324 жыл бұрын
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!
@kurshadqaya16844 жыл бұрын
Greetings from Azerbaijan!
@vladnik81155 жыл бұрын
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!!!
@carlosinigo92254 жыл бұрын
Amazing tutorial once again!
@dhliu9687 Жыл бұрын
28/124 completed. Thanks Venkat !
@kunduschannel26624 жыл бұрын
Thank You , Great Work
@tothedust5 жыл бұрын
Thank you! How to do pagination, sorting, bundling and minification? Please include this tutorial also.
@debugville29725 жыл бұрын
and Logging and Caching
@debugville29725 жыл бұрын
And JObject, ExpandOObject, JToken, dynamic
@DharmendraSingh-lq2rc5 жыл бұрын
Thank you Venkat.
@ty_39_komalsingh79 Жыл бұрын
Hii Venkat I want to know that is certification is available for free courses also on Pragim Tech
@JayFuzzyBug4 жыл бұрын
If you want all your pages to align with the navbar container, it would be best to also wrap the body in a container. @RenderBody() Otherwise, all of your pages will be stretched out beyond the navbar.
@RamcharitmanasHindi5 жыл бұрын
so deep explanation.. thanks
@ivandrofly5 жыл бұрын
Thank you!
@MmMm-tg5mq5 жыл бұрын
great great great thanks a lot
@AshutoshKumar-kt1dd5 жыл бұрын
Great
@coolwaterdvr5 жыл бұрын
Thanks Venkat.
@hverma25874 жыл бұрын
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
@NikhilShirgaonkar4 жыл бұрын
Thanks a ton
@deepakha97593 жыл бұрын
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?
@robmays69825 жыл бұрын
excellent
@jatt420fauji5 жыл бұрын
Sir There is an error in the Application as it Shows >- InvalidOperationException: The layout view '~/views/Shared/_Layout.cshtml' could not be located. The following locations were searched: ~/views/Shared/_Layout.cshtml This error is Shown to me in The Browser
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Hello Jatin - Did you create the view (_Layout.cshtml) in View/Shared folder. If you did not sure what is causing this exception. Can you please put a breakpoint, run the project in debug mode. Hopefully this will lead you to what's causing the exception.
@vibharajput90852 жыл бұрын
I also had the same error and that's because I did not give the / before Views ...
@honeytrippers5 жыл бұрын
an example or demonstration of how the multiple layouts for say... Customer, employees and admin could be implemented, would be usesful