Author name: Tore Nestenius

Tore is an independent educator and consultant through his company TN-Datakonsult http://www.tn-data.se, where he specializes in training developers in .NET, Web Security, OpenID-Connect, architecture, and more. Tore regularly shares his knowledge about .NET on his blog https://nestenius.se, focusing on security and authentication.

IdentityServer in Docker Containers: Networking (Part 2)

IdentityServer in Docker Containers: Networking (Part 2)

This is part 2 of a blog series on containerizing a Duende IdentityServer and a client application. In this post, we resolve communication challenges that arise when these applications run in separate Docker containers. You’ll learn how to fix back-channel issues, handle localhost conflicts, and establish proper networking between the client and IdentityServer. This blog […]

IdentityServer in Docker Containers: Networking (Part 2) Read More »

Introducing the Cloud Debugger for Azure

The Cloud Debugger is an open-source tool for Azure developers to explore, learn, and troubleshoot their Azure cloud environments. Whether preparing for Azure certification, looking to streamline debugging, or aiming to deepen your understanding of Azure, Cloud Debugger provides the tools to make the cloud more discoverable. Background – Getting Azure certified As I prepared

Introducing the Cloud Debugger for Azure Read More »

Deploy Container to Azure App Services with System-Assigned Identity

Deploy Container to Azure App Services with System-Assigned Identity

Deploy a container to Azure App Services Using a system-assigned Identity In this blog post, I will guide you through deploying a custom container image to Azure App Services from a private container registry using a system-assigned managed identity and the Azure CLI. We will focus on leveraging the system-assigned managed identity approach in this

Deploy Container to Azure App Services with System-Assigned Identity Read More »

Deploy a container to Azure App Services using Azure CLI and user-assigned managed identity

Deploy containers Azure App Services using user-assigned managed identity

This blog post describes my approach to successfully deploying a custom container image to Azure App Services from a private container registry, using a user-assigned managed identity and the Azure CLI. This blog post will cover how to do this using a user-assigned managed identity, and a separate post will cover how to do this

Deploy containers Azure App Services using user-assigned managed identity Read More »

Discovering .NET codebases using code coverage and NCrunch

Discovering .NET codebases using code coverage and NCrunch

Exploring and discovering unfamiliar codebases is always a challenge. In this blog post, I will introduce a novel way to explore a new codebase by looking at the code coverage using NCrunch.NET. Background As a developer, you’re often challenged to understand new libraries; you ask: ‘how does it work’, ‘what makes it tick?’, what parts

Discovering .NET codebases using code coverage and NCrunch Read More »