Click the Azure IoT Button – Part 2
In part 1 of this article series I’ve shown how to configure the Azure IoT button and how to invoke … Continue reading Click the Azure IoT Button – Part 2
Christian Nagel and the CN innovation team about .NET Aspire, C#, Azure, ASP.NET Core, WinUI, .NET MAUI, and more
In part 1 of this article series I’ve shown how to configure the Azure IoT button and how to invoke … Continue reading Click the Azure IoT Button – Part 2
Switch expressions and enhanced pattern matching are great new concepts working together with C# 8. I’ve already written some blog … Continue reading Moving from the switch statement to switch expressions (C# 8)
This time the Thrive Conference in Slovenia celebrates 10 years! This time the conference is located in Postojna, at a … Continue reading .NET Core at the Thrive Conference in Slovenia
Azure Functions got some improvements in the last months. Now it’s no longer necessary to create static methods, instance methods … Continue reading Azure Functions with Dependency Injection
Microsoft Azure offers great features for IoT devices. A simple device is the Azure IoT button. This button is – … Continue reading Click the Azure IoT Button – Part 1
After some first experiments using the EF Core provider with Azure Cosmos DB, with the second article on EF Core … Continue reading Relations with Azure Cosmos DB and EF Core
With C#, interfaces can be implemented implicitly or explicitly. With implicit interface implementations, the members of the interface are public … Continue reading Explicit Interface Implementation with C#
C# has different meanings for the using keyword. One is the using directive to import types from namespaces, and to … Continue reading Using, using, using with C# 8
.NET Core 3.0 doesn’t make it easier to choose the correct Web technology creating .NET applications. Some more options have … Continue reading Choosing the right ASP.NET Core technology
ASP.NET Core included the WebHost class that was used in the Main method to startup everything up – including the … Continue reading Hosting DI Container with .NET Core 3.0