Kumar Ashwin Hubert
Ashwin's Blog

Ashwin's Blog

Follow
home.NetAzureDevOpsnewsletter
Tag

best practices

#best-practices

More content

Read more stories on Hashnode


Articles with this tag

10 Exception handling best practices in C#

Mar 4, 202112 min read

Writing software is a complex task, and it's quite common to see applications crash due to bad code, bad user input, unavailable resources or...

10 Exception handling best practices in C#

Exception handling in C# - throw or throw ex

Feb 23, 20217 min read

What are Exceptions? An exception is a runtime error in a program that violates a system or application constraint, or a condition that is not...

Exception handling in C# - throw or throw ex