Getting Started with ASP.NET Core Middleware for Better Logging and Correlation IDs
Introduction When you build a web application in ASP.NET Core, every HTTP request and response flows through a pipeline. This pipeline is made of components called middleware. A middleware is essentially a piece of code that can: ASP.NET Core itself relies heavily on middleware. For example: The great advantage is that you are not limited […]