Good practices with FluentResult
A short write up of what I consider good practices when using FluentResult with ASP.NET Core... to be continued
Articles concerning the coding language C#
A short write up of what I consider good practices when using FluentResult with ASP.NET Core... to be continued
Introduction When building RESTful APIs with ASP.NET Core, you'll sooner or later find yourself in the place
This article explains how a basic setup can be reached to get started with Auth0 and Blazer Server based on ASP.NET Core 9.
This article explains how the WebApplicationFactory can be used to test ASP.NET Core Middleware
Lately, I had this odd requirement to truncate decimal places without actually rounding them. These are the solutions I discovered.
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 post describes how docker support can be (temporarily) disabled with
This article describes how a monte carlo experiment can be carried out on Azure Batch to estimate Pi.