Community

ASP.NET Core 2.1 middlewares part 1: building a custom middleware

(Anthony Giretti) As part of an ASP.NET Core 2.1 application, middleware makes up the processing chain (pipeline) of HTTP requests. They interact on the response and the HTTP request.