ASP.NET Core In Production – Graceful Shutdown And Reacting To Aborted Requests

In the previous post „ASP.NET Core in production: Take back control of your web app“ I mentioned that getting hold if the dependency injection (DI) is just one step of many to improve the architecture of your web applications. Today well will look into 2 other aspects that are best explained together: graceful shutdown and reacting to aborted requests.