
C# 7.x Features
Here’s an overview of the features offered by C# 7.0, C# 7.1, and C# 7.2 – comparing them to previous … Continue reading C# 7.x Features
Here’s an overview of the features offered by C# 7.0, C# 7.1, and C# 7.2 – comparing them to previous … Continue reading C# 7.x Features
My book Professional C# 7 and .NET Core 2.0 contains a sample to show different cultures and their information in … Continue reading TreeView Control with Windows Apps
Professional C# 6 and .NET Core 1.0 now has two extra chapters for download. The first extra chapter was C# … Continue reading .NET Core with csproj
I already blogged about some cool new C# 7.0 features in the last months. Now I’m offering an additional chapter … Continue reading C# 7.0 – What’s New
Visual Studio 2017 will be released on March, 7, 2017. The first version of Visual Studio was released in the … Continue reading 20 Years Visual Studio and 16 Years Professional C#
September was a busy month – teaching a WPF training, a ASP.NET Core training, and giving two presentations at BASTA! … Continue reading Highlights of September 2016
The book Professional C# and .NET Core 1.0 covers – as the title says – C# 6 and .NET Core … Continue reading What’s in there for Universal Windows Platform App Developers?
The book Professional C# and .NET Core 1.0 covers – as the title says – C# 6 and .NET Core … Continue reading What’s in there for ASP.NET Core Web Developers?
The book Professional C# and .NET Core 1.0 covers – as the title says – C# 6 and .NET Core … Continue reading What’s in there for WPF Programmers?
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