Tagged Questions

3
votes
6answers
303 views

Do I *always* have to check for null after a safe cast?

Quick question; do I always need to check for a null value after performing a safe cast? I do it this way now, but in a situation like this: void button1_Click(object sender, EventArgs e) { …