Contents tagged with C#
-
Exceptional exception handling
My (much more productive) colleague Davy beat me to post this problem we had today at work, so I'm gonna be lazy and link to him (and steal his title).
-
Operator overloading and testing for null
Operator overloading in C# is basically writing a public static method, like this: