Tag Archives: C#

The ?? Operator and Its Evil Uses

While I was reading some C# code recentrly I noticed a very interesting use of the ?? operator. Here are some tips on how to make best use of it: First lets clear out a standard use of the operator. … Continue reading

Posted in Tips | Tagged , , | Leave a comment