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_AMERICA2 жыл бұрын
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!
@lazarstevanovic12865 жыл бұрын
You are awesome, thank you for your effort. God Bless you, Venkat.
@muaaznaeem35284 жыл бұрын
Sir ...you are a blessing really.
@MuhammadRizwan-sk5ot5 жыл бұрын
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??
@krishnakumara26215 жыл бұрын
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!!
@adanir60805 жыл бұрын
Hey, anyone know shortcut for that 3:33 curly bracket jump down over line?
@nileshsawant61605 жыл бұрын
Great tutorials...Thank u so much sir...
@kazuha70214 жыл бұрын
2:40 this exception took me like an hour to figure it out myself I wish I have watched this video earlier...
@Uzair_Anwar22994 жыл бұрын
Appreciate your work❤️❤️
@yasirirfan52628 ай бұрын
Keep it up.
@MuhammadRizwan-sk5ot5 жыл бұрын
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
@coolwaterdvr5 жыл бұрын
Thanks Venkat.
@InamiLanzhu2 ай бұрын
love it
@anuragmohanty12383 жыл бұрын
superb
@vivekv42505 жыл бұрын
Thank you sir...
@PierrePutter3 жыл бұрын
It is funny to see the Views decline as the videos progress, according to my calculations more then 200 000 people have given up.
@mallikaramaswamy84965 жыл бұрын
Very helpful videos...Thanks a lot...How to use Configuration Section as in config files (For Example
@mallikaramaswamy84965 жыл бұрын
working now ...create a App.config ( instead of XML) to ==> var builder = new ConfigurationBuilder().AddXmlFile("app.config", optional: false, reloadOnChange: false);
@AshutoshKumar-kt1dd5 жыл бұрын
Great
@RachitJain4U3 жыл бұрын
Thanks a lot :)
@jobayerrifad5445 жыл бұрын
what if we just drag and drop that js reference to only our desired view pages instead of using rendersection?
@raghvendrasinghlodhi94984 жыл бұрын
Thanks for the tutorial... why Title of Index view i.e. "Employee List" is not showing
@tt93785 жыл бұрын
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.
@ZAGGNUT15 жыл бұрын
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.
@iswaryas58005 жыл бұрын
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-tutorialsBlogspot5 жыл бұрын
Sure Iswarya - We will discuss this in our upcoming videos.
@suhagpatel41465 жыл бұрын
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
@shahidwani64455 жыл бұрын
Thank you Sir
@Uzair_Anwar22994 жыл бұрын
What about the css file. Can we define section for CSS.
@tanojsai86365 жыл бұрын
please make a video on identity in asp.net core
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Sure Tanoj - We will cover identity in detail in our upcoming videos. Please stay tuned.
@ymtan5 жыл бұрын
I don't understand what do you mean a section can be optional or mandatory Could you kindly please explain ?
@Csharp-video-tutorialsBlogspot5 жыл бұрын
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.
@ymtan5 жыл бұрын
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 ?
@salmanchowdarym11105 жыл бұрын
Thanks
@atlasshahzad15 жыл бұрын
please share a link grid view display horizontal all data at run time with column.
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Hi Atlas - Here is our GridView Tutorial. Hope this helps. kzbin.info/aero/PL6n9fhu94yhW1NryGv6LxX4U4b07T4RlI