
To Null or Not Null
Recently after posting my article C# 6 – Null-Conditional Operator an interesting discussion was going on at Reddit. While the … Continue reading To Null or Not Null
Recently after posting my article C# 6 – Null-Conditional Operator an interesting discussion was going on at Reddit. While the … Continue reading To Null or Not Null
The – in my opinion – best two C# 6 features are the *null propagation operator* and *string interpolatation*. In case you are still not using these features, here is a short introduction to string interpolation. Continue reading C# 6 – String Interpolation