Daniel Wagner – .NET Software Entwicklung
  • Secret Handling in a .NET Azure Application

    Securely handling secrets is an essential part of modern software development. This article explains how sensitive configuration data should be managed in a .NET application running on Azure, including best practices for configuration management, Azure Key Vault, and Managed Identity. By avoiding hardcoded secrets and using centralized secret management, developers can significantly improve the security…

  • Azure Service Bus

    Learn how to build reliable messaging solutions with Azure Service Bus. This blog post covers Azure Service Bus from fundamentals to advanced concepts, including queues, topics, and routing for scalable cloud applications.

  • Azure Containers Tutorial

    Dive into the world of Azure container services with this comprehensive tutorial. Learn how to use Azure Container Registry (ACR), Azure Container Instances (ACI), and Azure Container Apps (ACA) while exploring key features such as Secrets, Authentication/Authorization, Revisions, and Volumes using the Azure CLI

  • Entity Framework Core – Best Practices

    Lists Entity Framework Core best practices to improve performance, simplify data access, and avoid common pitfalls in your .NET applications.