Top 10 Dotnet Exception Anti-Patterns in C#
Identifying (and fixing) the 10 most common C# exception mistakes I see
Published in
9 min readNov 7, 2022
--
As a programming instructor and former software engineer / software engineering manager I have seen a lot of mistakes around exception management in dotnet code.
In this article we’ll explore the top 10 mistakes I see new and seasoned developers…