Blog Posts

Use hCaptcha with dotnet and ASP.NET Core

Use hCaptcha with dotnet and ASP.NET Core

Many websites protect themselves from automated access with reCaptcha, a Google company. The top dog can be found on almost every website. About hCap

Was erwartet uns mit ASP.NET Core 5?

Was erwartet uns mit ASP.NET Core 5?

Nachdem Microsoft nun die erste Preview von .NET 5 veröffentlicht hat stellt sich die Frage: was kommt eigentlich mit ASP.NET Core 5? Bleibt der Name

.NET 5 Preview 1 veröffentlicht

.NET 5 Preview 1 veröffentlicht

Microsoft hat heute in einem Blog Post bekannt gegeben, dass nun die erste Preview für .NET 5 als SDK zur Verfügung steht. Vor einigen Tagen war scho

Store Messages of Azure IoT Hub to Azure Blob Storage

Store Messages of Azure IoT Hub to Azure Blob Storage

In most cases, Azure IoT Hub messages should be stored for a longer period of time. In fact, there are several ways to achieve this goal - and there

Device Twins vs Digital Twins in Azure IoT

Device Twins vs Digital Twins in Azure IoT

Device Twin vs. Digital Twin in Azure IoT Again and again you read about Device Twins, Digital Twins or Device Shadows - but what is that actually, a

Azure Functions with MediatR and Dependency Injection

Azure Functions with MediatR and Dependency Injection

MediatR MediatR is one of the most popular libraries in the .NET environment and describes itself as "Simple, unambitious mediator implementatio

Setup the local Azure IoT Edge development container

Setup the local Azure IoT Edge development container

Azure IoT Edge as a product is in principle not just a simple application or a simple container, but is actually more of a runtime for an ecosystem o

Wie schütze ich das Ökosystem meines Projekts?

Wie schütze ich das Ökosystem meines Projekts?

Kaum ein wirkliches Projekt - sei es im Bereich von .NET, Angular, Node, Java oder anderen Sprachen - kommen heutzutage ohne externe Abhängigkeiten a

Abschied nach vier Jahren Alegri

Abschied nach vier Jahren Alegri

Nach fast vier wunderbaren Jahren - im Mai 2016 hatte ich bei Alegri angefangen - habe ich mich entschlossen einen neuen Weg einzuschlagen. Am vergan

Dependency Injection with Azure Functions and FunctionsStartup

Dependency Injection with Azure Functions and FunctionsStartup

Azure Functions provides a very lean way to execute code serverless. So lean, in fact, that there is no dependency injection by default. With the hel