Tag: error

  • Error intercepting in MVC when saving data

    I have seen many times in MVC the following code,when doing a post and saving data : Why is not good ? I will do a simple example : if some error occurs on the database level ( such as simple unique index on a name column ) or even some error occurs whenestablishing the…

  • Intercept errors

    Errors interception and rising Description We will speak here about the errors raised by external conditions (bugs) and the errors rose by the application. There is not application without bugs. The bugs are not desired for an application – but programmers are human beings and,by consequence,they cannot verify every possible path that go an application…