🚧 📱

Mobile experience coming soon

Mobile development is in progress. Until it is complete, please use your desktop or laptop.

Thanks!

← Back
IAmTimCorey March 25, 2024

Global Error Handling in C# Minimal APIs

Summary

This tech transcript focuses on error handling best practices in ASP.NET Core minimal APIs. It discusses the importance of handling errors directly where they occur but also implementing a global error handler to prevent implementation details from being exposed. The practical takeaway is to build a minimal API with a broken endpoint and then create a global error handler to catch any unhandled exceptions.

View original episode ↗