Yet another developer journey ...

Yet another developer journey ...

Follow
homeabout me
Tag

error handling

#error-handling

More content

Read more stories on Hashnode


Articles with this tag

Exceptions catching / handling / throwing

May 29, 20223 min read

When I started coding c# over more than 15 years ago it was common practice to use Exceptions for handling errors, also internally. So, instead of...

Exceptions catching / handling / throwing

Finally.... WHEN! (or exception filters)

May 29, 20222 min read

With the introduction of c# 6 (no, not .net 6) the when keyword arrived... finally/luckily! Why I am so happy about that? When we talk about using...

Finally.... WHEN! (or exception filters)