Sun, November 10, 2024 1 min read Use Azure Managed Identity locally during development #Azure #Security #dotnet DefaultAzureCredential lets you use your Azure CLI login locally and managed identity in production — zero code changes. read more →
Sun, January 5, 2025 1 min read Add health checks to a .NET API #dotnet #Kubernetes #Tutorial Add /health and /ready endpoints to your .NET API for Kubernetes probes and load balancer checks. read more →
Tue, April 1, 2025 1 min read Endpoint filters in .NET minimal APIs #dotnet #Tutorial Use endpoint filters in .NET minimal APIs to add logging, validation, or auth logic without middleware. read more →