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
Explaining the null conditional operator (also known null propagation operator or as Elvis operator). This operator allows reducing the code by simplifying null checks. Continue reading C# 6 – Null-Conditional Operator
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
It was a long trip to complete the 10th edition of Professional C# – Professional C# 6 and .NET Core 1.0. It’s available now! Continue reading Professional C# 6 and .NET Core 1.0