Creating and securing a codeless REST API on Azure using Data API Builder
This article describes how we can build a codeless REST API using Data API Builder and host it securely on Azure Container Instances
ASP.NET Core is a free and open-source web framework and successor to ASP.NET developed by Microsoft. It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET Core.
This article describes how we can build a codeless REST API using Data API Builder and host it securely on Azure Container Instances
This article explains how the WebApplicationFactory can be used to test ASP.NET Core Middleware
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 demonstrates how to authenticate against an AAD-integrated Postgres instance with a (managed) Azure identity and Entity Framework Core.
Application Insights does not provide a turn-key ready solution that logs request and response bodies. This article shows how to leverage a custom ASP.NET Core middleware to get that data into Azure Monitor.