Truncating a decimal without rounding
Lately, I had this odd requirement to truncate decimal places without actually rounding them. These are the solutions I discovered.
Lately, I had this odd requirement to truncate decimal places without actually rounding them. These are the solutions I discovered.
This article describes how one can move an accidentally placed virtual machine to a different virtual network
This article is part of a series that explains how to develop factory-based ASP.NET Core middleware
This article is part of a series that explains how to develop convention-based middleware components with ASP.NET Core
This article is part of a series about ASP.NET Core middleware and explains how inline-middleware can be written using lambda expressions
This article explains the high-level concepts of ASP.NET Core middleware and is the first in a series of articles.
This post demonstrates how ASP.NET Core integration tests can be combined with .NET Test Containers & Postgres by creating a custom WebApplicationFactory.
This article demonstrates how a spring boot application can use an Azure AD identity to authenticate against a Postgres server
This post describes how docker support can be (temporarily) disabled with
This article presents 3 different ways to get DML statement tracing with your Azure Postgres server instances and how they can be fed and analyzed with Log Analytics
This article provides bicep-lang templates for Application Insight WebTest resources. More specifically for URL Ping Tests and the new standard Tests
This article describes how a monte carlo experiment can be carried out on Azure Batch to estimate Pi.