Programming Universal Windows Platform Workshop
In the week starting August-1st I’m teaching a workshop programming the Universal Windows Platform (UWP) in Vienna, Austria – all … Continue reading Programming Universal Windows Platform Workshop
Christian Nagel and the CN innovation team about .NET Aspire, C#, Azure, ASP.NET Core, WinUI, .NET MAUI, and more
In the week starting August-1st I’m teaching a workshop programming the Universal Windows Platform (UWP) in Vienna, Austria – all … Continue reading Programming Universal Windows Platform Workshop
Because Microsoft itself is using XAML in many places within Windows, as well as with different Microsoft Office implementations, the … Continue reading Compiled Data Binding with UWP
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?
Now I’m blogging a lot more than in previous years. One reason might be that my new 1500 pages book … Continue reading Using Markdown
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
It’s a MILESTONE, .NET Core 1.0 is released! For .NET this is the biggest step since the release of the .NET Framework in the year 2002. We have a new .NET! Continue reading .NET Core 1.0 is Released!
Bye, bye portable libraries. The portable library project will not be necessary anymore. Visual Studio 2015 Update 3 offers an … Continue reading Portable Library, you’ll not be missed
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