Back to Practical Aspnetcore

WebApplication - application lifetime events

projects/minimal-hosting/web-application-lifetime-events/README.md

latest500 B
Original Source

WebApplication - application lifetime events

This sample uses the brand new WebApplication hosting class. In this example we learn how to respond to the application lifetime events available.

You can read the implementation of WebApplication here and its sibling WebApplicationBuilder here