Saturday, June 5, 2021

Clean Code Exception Filters in c#

 

Clean code always looks like it was written by someone who cares.”
― Robert C. Martin, Uncle Bob

C# Exception filters has been around since advent of C# 6.0 , I'm sure we rarely use it because we are so used to old way of using conditional exception handling.

Cut to the chase........!

Run dotnet in browser
https://try.dot.net/
No alt text provided for this image
No alt text provided for this image

Happy Coding!