.NET 8 🔥🚀 : Global Error Handling - Exploring new Features

preview_player
Показать описание
In this video we will discussed the new features with Global Error Handling in .NET 8

Support me on Patreon to access the source code:

Let us connect:

Support my work:

Hire Me:

WHO AM I:
I'm Mohamad, a Enterprise Architect working in Manchester, UK. I make videos about web, cloud, desktop and mobile development.

GET IN TOUCH:

#dotnet #errorhandling #dependencyinjection
Рекомендации по теме
Комментарии
Автор

جزاكم الله كل خير وجعله في ميزان حسناتكم

mostafaosman
Автор

Great video, was just error handling every method before and this is way nicer :D

Zenithix
Автор

Great explanation,
JazakAllah khair brother!

GVTechSolutions-dlue
Автор

Thank yoy brother !!!! learning so much with you !!!! i'm working with azure, complexe terraform and a huge entreprise service bus right now and your videos are helping a lot ! our DBs are on-premise, other wise we will have docker and kubernetess and have the full package .
I hope one day to work with docker and kubernetes so i can learn them deeply (practice is more powerfull than theory )

sidisidahmed
Автор

Great, but I think you missed an important detail, how is a consumer going to know that the error is a ProblemDetail type? The content type is supposed to be application/problem+json so that the consumer can get a hint

vidaritos
Автор

Amazingt mohamamd thank you, I have a small question how can I pass custom statuscode and custom message with global Exception handler?

ayoubkhan
Автор

Sorry for a noob question. What response would I see if I change the launch settings to Production. Please let me know. I am new to .NET

JtendraShahani
Автор

Difference between IExceptionHandler Vs Middle ware class

jayakumar
Автор

Can you share the tool name for diagram using

jayakumar
Автор

Tip, don't roll your r in English. It'll make you 10x easier to understand.

bobbastian
Автор

It may sound a little strange, but can I call the function of exception handling, let's say I don't want to throw exceptions all the time, as it is very resource intensive due to stack tracing, but let's say I have an error record not found in the database, can I call this method by passing the necessary parameters to it without creating an exception????

HeyWhoTheFuckAreYou