Die Roadmap für Azure Functions mit .NET 5 und .NET 6

Die Roadmap für Azure Functions mit .NET 5 und .NET 6

Gestern wurde von Anthony Chu die Roadmap für Azure Functions mit .NET 5 und .NET 6 vorgestellt. Die wichtigsten Punkte will ich kurz zusammen fassen

.NET 6 Preview released

.NET 6 Preview released

Microsoft hat gestern die erste Preview für .NET 6 veröffentlicht, das im November 2021 als stabile Version kommen wird. Anbei die aus meinen Augen w

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

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

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