Graceterm middleware provides implementation to ensure graceful shutdown of AspNet Core applications. The basic concept is: After aplication received a SIGTERM (a signal asking it to terminate), Graceterm will hold it alive till all pending requests are completed or a timeout ocurr.
Bold licensing is a .NET library for validating the registered Bold license in an application at runtime. The Bold license must be registered in an application when using the Bold evaluation build or NuGet package assemblies.
Documentation:...
More information
An opinionated ASP.NET Core 'Hosting' core application-library is to help reduce the ceremony required in starting a new 'REST' like web application, mainly "Program.cs".