Posts by Jader Cleber • 56 points
1 post
-
2
votes2
answers645
viewsA: Where should I place the Try/Catch blocks using MVC?
The idea of using Try catch is precisely to capture exceptions that the application can launch and execute an alternative operation. Then you should put scopes of Try catch every time the…