@kudvenkat You are the best teacher in the world. No one can replace you. Please keep on sharing these type of series. Thanks for all you are doing for whole Software Development community and developers.
@socialworker75192 ай бұрын
Very well explained. Superb 👍
@darkogele5 жыл бұрын
You are machine son great job as always THUMBS UP !!!
@Csharp-video-tutorialsBlogspot5 жыл бұрын
:-)
@softwareengineer14262 жыл бұрын
Very good illustration , many thanks
@talkathiriify5 жыл бұрын
Dear Kudvenkat Thank you very much for valuable series They are highly appreciated
@sipi413 жыл бұрын
Thank you, the docs mention this but not the way you did, thank you again!
@carlosinigo92254 жыл бұрын
why is my DeveloperExceptionPage middleware not working??? It says Exception unhandled.. pls help
@FOBZOGAMING5 жыл бұрын
sir i visited to your channel but is 2-3 asp.net playlist I'm cofused which order should i followed can you plz guide me .
@Csharp-video-tutorialsBlogspot5 жыл бұрын
ASP .NET tutorial for beginners - This course is on using asp .net web forms to build web applications. This is an old technology. I wouldn't suggest to start learning this if you are new to .NET world. kzbin.info/aero/PL6n9fhu94yhXQS_p1i-HLIftB9Y7Vnxlo ASP .NET MVC tutorial for beginners - This course explains how to use asp .net mvc to build web applications. There's lot of demand for asp .net mvc developers. Though MVC and .NET Core MVC are slightly different, lot of concepts are still the same. So, I suggest learn this technology. kzbin.info/aero/PL6n9fhu94yhVm6S8I2xd6nYz2ZORd7X2v ASP .NET Core tutorial for beginners - ASP .NET Core is the latest new technology from Microsoft for building web applications. After you are done with asp .net mvc, I suggest learn asp .net core as well, to broaden your chances of finding a job as a dot net web developer. Hope this answers your question. kzbin.info/aero/PL6n9fhu94yhVkdrusLaQsfERmL_Jh4XmU
@yasirirfan52628 ай бұрын
excellent.
@javaguitarist4 жыл бұрын
I had a 500 error on the Error view because I got fancy and added this at the top: @{ ViewBag["Title"] = "Error"; } I think it was because there was no model set on the page. Is there a way to make that work?
@TheITomG3 жыл бұрын
@{ ViewBag.Title = "Error"; }
@ramisaleiman90635 жыл бұрын
اشكرك اخى الكريم على اى فيديو جديد لما فيه من إفادة للجميع ، وفى ميزان حسناتك ان شاء الله، ولى سؤال : هل الغرض من هذا الفيديو هو معالجة الاخطاء فى الدوت نت كور؟ كما فهمت، اما يوجد معنى اخر من هذا الفيديو؟
@osamaabushammala53445 жыл бұрын
مش ملاحظ انو بحكي انجلش
@ramisaleiman90635 жыл бұрын
وهل يوجد مشكلة اخى الكريم انى اسأل بالغة العربية، وعلى اى حال : كنت اتوقع من حضرتك الرد على السؤال بصدر رحب، ونفع الغير بعلمك الذى تتقنه باللغة العربية.
@bilalelmursi40395 жыл бұрын
handle unexpected application errors الغرض من هذا الفيديو هو السيطرة على الأخطاء الغير متوقعة بحيث يتم تفاديها لكي لا تعيق عمل البرنامج ولا تسبب توقفه عن التنفيذ
@ramisaleiman90635 жыл бұрын
@@bilalelmursi4039 اشكرك استاذ بلال على الرد وجزاك الله كل خيراً وفى ميزان حسناتك، وفى سؤال بيطرح نفسه: هو لما يتفادى الاخطاء الغير متوقعة، ويتم تنفيذ الابليكشن بهذة الاخطاء ، ما هو الجديد الذى تم اضافته فى تفادى الاخطاء وتنفيذ الابليكشن بالاخطاء
@nys82604 жыл бұрын
@@ramisaleiman9063 الفكرة انه ان حدث خطاً في الـ application يتم بعث رسالة للـ Developer فيها تفاصيل الخطاً لحتى يعالجها في الـ application عن طريق اصلاح الكود البرمجي
@akashkumar-ul4cd4 жыл бұрын
thanks sir , great solution
@lifetraveler80084 жыл бұрын
Hi. Instead of getting the developer exception page i am getting 'Exception Use-Unhandled System.Exception: 'Error in Details View' . If I hit continue, i do get the exception page, but would like to understand why 'Exception Use-Unhandled System.Exception: 'Error in Details View' . occurs Also the 'throw new exception... gives a warning 'unreachable code detected; Can anyone help please?
@sujitbehera15611 ай бұрын
Nice...
@dhamodharanm81913 жыл бұрын
Thank u sir, am having doubt can u pls clear it, difference between exception filter in global error hanlder
@danielbuchar21785 жыл бұрын
Hello, thank you for great tutorial. Im going throw all your lessons and it is prepared really well. But today Im slightly stucked, because my global exceptions dont catch any throw exception :/ Everything is set according tutorial. But any new throw exception, place anywhere in controllers or models are not caught by ExceptionHandler(env Production) or DeveloperExceptionPage(env Development) and app chrashes with comment undhandled exception. Thanks in advance.
@TommiLipponen5 жыл бұрын
I have the same. "Exeption User-Unhandled" "System.Exeption: Exeption in Details View" caused by this 'throw new exeption' that we added. ASP NET CORE 3.1.1 and VS 16.4.3
@lifetraveler80084 жыл бұрын
@@TommiLipponen I am having the same issue. Did you find what's wrong?
@TommiLipponen4 жыл бұрын
@@lifetraveler8008 Hi, i can't remember exactly what i did, but in my Homecontroller "Details" i have this "throw new Exception("Exeption in Details View"); commented out. This way it works, when i uncomment it, doesn't work anymore. Now i see that there is a typo in word "Exeption" in my code too.
@lifetraveler80084 жыл бұрын
@@TommiLipponen Thank you
@AshutoshKumar-kt1dd5 жыл бұрын
Great
@kerimbalayev61685 жыл бұрын
Dear Kudvenkat Thank you for amazing series. I learn a lot from you. But I need advice. I have watched your c# and adonet videos and also other courses as well and also angular.. I wanna learn backend now asp net core. But without knpwing aspnet fundamental is it possible to directly dive into your aspnet core courses and learn? And also would it be easy to pass from your core courses to aspnet series if needed later? Thanks a lot
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Hello Kerim - Yes, you can start with ASP .NET Core without having to learn asp .net first. We have covered everything you need to start with this course straight away. Hope this answers your question.
@ymtan5 жыл бұрын
Hello Venkat, could you kindly please reply my question which I have posted as a comment in Part 53 - File upload in asp net core mvc ???
@gkmishra20095 жыл бұрын
Give video on microservices?
@shahabjalili5 жыл бұрын
Hi Kudvenkat, Thanks for amazing tutorial :) I have a strange problem. when I change environment variable to Production, application do not use any layout we have created through the project. web browser shows buttons, links, pics any where it wants with different sizes. it seems it does not use bootstrap at all. would you help me in this. Thanks
@nithinreddykotta96804 жыл бұрын
I'm facing the same issue did you resolve it ??
@shahabjalili4 жыл бұрын
@@nithinreddykotta9680 I'm not quite sure ho I fixed that, it was while ago, but I think it was something in the app.jason file, there is a field needs to be changed to development
@sahiltiwari35183 жыл бұрын
In a layout file he advise to involve all the bootstrap configuration by your own for environment other than development ...please include the bootstrap js and jQuery file reference for production and it will work
@connerm84435 жыл бұрын
Middleware doesn't seem to be catching. Page is stuck on loading and the program just exits.
@Csharp-video-tutorialsBlogspot5 жыл бұрын
Hello Conner - That's a bit unusual. Can you place a break point, debug and see what's causing this weird behaviour. Would love to hear back from you to understand what's causing this unusual execution.
@connerm84435 жыл бұрын
@@Csharp-video-tutorialsBlogspot Hello - It was weird a one. I launched it via command line using "dotnet run" and the exception page was working. But when I try using the IIS Express Profile it didn't seem to work.
@borismartinovic20744 жыл бұрын
I'm stuck with the same problem. After it crashes I just click 'Continue' and both Developer Exception Page and Error View show up depending on the ASPNETCORE_ENVIRONMENT value of course. If you found a solution to this problem, please can you post it here in the comments?
@AjayKumar-dz9xf4 жыл бұрын
I'm Stuck on the same problem.
@AjayKumar-dz9xf4 жыл бұрын
In my case the rezor View file(.cshtml) was not under correct folder. Move or add view under Error view folder.
@Ruhgtfo5 жыл бұрын
throw new Exception("Error in Details View"); Exception User Handled ???
@Ruhgtfo4 жыл бұрын
@@avanipatel1008 good question I been forgotten :/ hihi
@shahidwani64455 жыл бұрын
Thank you, Sir
@hanumansree55 жыл бұрын
Hi...Is there any github repository for this project ,thanks @kudvenkat
@javaguitarist4 жыл бұрын
I think only this form is available under the links: Text version of the video csharp-video-tutorials.blogspot.com/2019/05/global-exception-handling-in-aspnet.html
@mohamedmustafa9786 Жыл бұрын
@kudvenkat You are the best teacher in the world. No one can replace you. Please keep on sharing these type of series. Thanks for all you are doing for whole Software Development community and developers.