Common Middleware
When developing ASP.NET APIs, most of the time we want the same base functionality such as logging requests/responses and handling exceptions errors. Other functionality may include enforcing CorrelationId in the request header (X-Correlation-ID). ...
wind010.hashnode.dev6 min read