← Back
Nick Chapsas April 15, 2024 10m

.NET 9 Fixed Exceptions but Still Don’t Use Them

Summary

The main theme discusses the performance impact of exceptions in .NET, highlighting that while .NET 9 preview 3 shows a significant speed improvement, exceptions can still be a major performance bottleneck, especially when used for domain events. The key takeaway is that despite improvements, developers should still consider avoiding exceptions for general control flow to maintain optimal application performance.

View original episode ↗