Code Analysis vs Code Contracts
Saturday, February 16 2013 tips
I’ve started using Microsoft’s Code Contracts and finding some interesting interactions with Code Analysis (aka fxCop), a feature of Visual Studio that I’m already using heavily.
So you should never catch Exception ...
Thursday, February 21 2013 smart-code
It’s generally accepted practice that you should never catch Exception
.
Earlier
« January 2013
Later
March 2013 »