I've always argued that the only easier way to test your code than using Visual Studio Test is to not test at all. But that doesn't mean that I think Visual Studio Test is perfect. For example, the ...
I often come across heated blog posts where the author uses the argument: “exceptions vs explicit error checking” to advocate his/her preferred language over some ...
There are extreme errors that make it impossible for an application to continue in any meaningful way. For example failure to load a crucial library. Then there are expected errors which the ...