Category: .NET Core
-

In the first article of this series, dependency injection is introduced, and I’m showing how a dependency injection container can be created with the Host…
-

Visual Studio 2019 has great support for Docker and Kubernetes. After opening a solution, Dockerfile files and Helm charts can be added from within the…
-

In a previous version of a Professional C# book I’ve written a complete chapter on how to create Windows Services with the .NET Framework. Using…
-

ASP.NET Core SignalR version 2.1 offers streaming from the server to the client. Using ASP.NET Core 3.0, streams can also be sent from the client…
-

A previous blog article on moving from the switch statement to the C# 8 switch expression led to some comments from readers that preferred the…
-

With ASP.NET Core 3.0, the first version of Blazor will be released. Client-side Blazor allows writing .NET Code that runs in the browser – using…
-

In part 1 of this article series I’ve shown how to configure the Azure IoT button and how to invoke an Azure Function when the…
-

Switch expressions and enhanced pattern matching are great new concepts working together with C# 8. I’ve already written some blog articles on new C# 8…
-

This time the Thrive Conference in Slovenia celebrates 10 years! This time the conference is located in Postojna, at a hotel located at the Postojna…
-

Azure Functions got some improvements in the last months. Now it’s no longer necessary to create static methods, instance methods can be used, and dependency…
