
Highlights of October 2016
October was another great month. Probably the hottest news have been the announcements from Microsoft on Oct, 26th, but there … Continue reading Highlights of October 2016
October was another great month. Probably the hottest news have been the announcements from Microsoft on Oct, 26th, but there … Continue reading Highlights of October 2016
To combine multiple objects of the same type, you can use arrays. To combine multiple objects of different types, tuples … Continue reading Tuples with C# 7.0
Two features that were originally planned with C# 6 now seem to make it into C# 7.0: binary literals and … Continue reading C# Literals & C# 7.0 Binary Literals and Digit Separators
After the highlights of July-2016, this is the second summary of the month. Again I’ll try to summarize my blog … Continue reading Highlights of August 2016
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