Let's Debug Together! Fixing A Production Bug in ASP.NET

preview_player
Показать описание
In this video, I'm going to show you how to debug a production bug in ASP.NET core. ASP.NET core is a widely used web framework, and as such, it can be prone to production bugs. In this video, I'm going to show you how to debug a production bug in ASP NET, and help you fix it!

Have you subscribed to my weekly newsletter yet? A 5-minute read every weekend, right to your inbox, so you can start your weekend learning off strong:

Check out all of my courses:

Check out more Dev Leader content (including full in-depth articles with source code examples) here:

Social Media:

Affiliations & Products/Services That I Love:

#softwareengineering #softwaredeveloper #csharp #testing
Рекомендации по теме
Комментарии
Автор

😲😲 My new course has launched! You can check out Refactoring for C# Devs on Dometrain:

📌 Remember to subscribe to my free weekly software engineering newsletter:

DevLeader
Автор

just curious, couldn't you just do a .ToList().Count() on line 880 after the ConfigureAwait and use an operand?

XTwitters
Автор

I don't get why everyone has to make these stupid dramatic faces on the media image for the video. Makes you worthy of ignoring.

waynejohnjr
Автор

Can you show the implementation of TriedNullEx<> and TriedEx<>, please? Looks like a struct?

mihaimyh