Hi Guys, In ASP.NET I would like your opinion regarding what is the best way for Handling Exceptions.
- Would you suggest to use try/catch blocks?
- Better to use try/catch blocks on every single piece of code/component? Or in wich situations?
I am new in dev, I really appreciate your help thanks!